2014-11-29 00:02:15 +01:00
|
|
|
--- ../work/decompile-8eb82bde//net/minecraft/server/TileEntitySkull.java 2014-11-28 17:43:43.413707428 +0000
|
|
|
|
+++ src/main/java/net/minecraft/server/TileEntitySkull.java 2014-11-28 17:38:18.000000000 +0000
|
2014-11-25 22:32:16 +01: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
|
|
|
|
}
|