mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 04:56:50 +01:00
13 lines
438 B
Diff
13 lines
438 B
Diff
--- ../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
|
|
}
|