mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07: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
|
|
}
|