mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 19:52:55 +01:00
12 lines
232 B
Diff
12 lines
232 B
Diff
|
@@ -105,4 +105,10 @@
|
||
|
public void setRotation(int i) {
|
||
|
this.rotation = i;
|
||
|
}
|
||
|
+
|
||
|
+ // CraftBukkit start - add method
|
||
|
+ public int getRotation() {
|
||
|
+ return this.rotation;
|
||
|
+ }
|
||
|
+ // CraftBukkit end
|
||
|
}
|