Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-16 04:50:05 +01:00
14 Zeilen
328 B
Diff
14 Zeilen
328 B
Diff
--- 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
|
|
}
|