summaryrefslogtreecommitdiffstats
path: root/nms-patches/TileEntitySkull.patch
blob: 83361758ddc70ae3606546406598c25f9bcc01c7 (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 11:22:56.230823156 +0000
+++ src/main/java/net/minecraft/server/TileEntitySkull.java	2014-11-28 11:01:54.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
 }