mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 18:31:29 +01:00
90ac03522a
This reverts commit d6e3dff7d8
.
14 lines
438 B
Diff
14 lines
438 B
Diff
--- ../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
|
|
}
|