mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-25 09:23:52 -07:00
@@ -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