PaperMC/nms-patches/TileEntitySkull.patch

12 lines
232 B
Diff
Raw Normal View History

@@ -105,4 +105,10 @@
public void setRotation(int i) {
this.rotation = i;
}
+
+ // CraftBukkit start - add method
+ public int getRotation() {
+ return this.rotation;
+ }
+ // CraftBukkit end
}