summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntitySkull.patch
blob: a3406ddc870db456c64524f8b97ded8767576c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ../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
@@ -105,4 +105,10 @@
     public void setRotation(int i) {
         this.rotation = i;
     }
+
+    // CraftBukkit start - add method
+    public int getRotation() {
+        return this.rotation;
+    }
+    // CraftBukkit end
 }