mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-20 05:14:20 +00: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
|
||
|
}
|