@@ -1,13 +0,0 @@
|
||||
--- a/net/minecraft/server/TileEntitySkull.java
|
||||
+++ b/net/minecraft/server/TileEntitySkull.java
|
||||
@@ -135,4 +135,10 @@
|
||||
public void setRotation(int i) {
|
||||
this.rotation = i;
|
||||
}
|
||||
+
|
||||
+ // CraftBukkit start - add method
|
||||
+ public int getRotation() {
|
||||
+ return this.rotation;
|
||||
+ }
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
Reference in New Issue
Block a user