2015-05-25 20:37:24 +10:00
|
|
|
--- a/net/minecraft/server/TileEntitySkull.java
|
|
|
|
+++ b/net/minecraft/server/TileEntitySkull.java
|
2014-11-26 08:32:16 +11:00
|
|
|
@@ -105,4 +105,10 @@
|
|
|
|
public void setRotation(int i) {
|
|
|
|
this.rotation = i;
|
|
|
|
}
|
|
|
|
+
|
|
|
|
+ // CraftBukkit start - add method
|
|
|
|
+ public int getRotation() {
|
|
|
|
+ return this.rotation;
|
|
|
|
+ }
|
|
|
|
+ // CraftBukkit end
|
|
|
|
}
|