geforkt von Mirrors/Paper
SPIGOT-2656: HumanEntity#isHandRaised()Z
Dieser Commit ist enthalten in:
Ursprung
fafcfd7529
Commit
48b88ed202
@ -379,6 +379,11 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
|
|||||||
return getHandle().isBlocking();
|
return getHandle().isBlocking();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isHandRaised() {
|
||||||
|
return getHandle().cx(); // PAIL: rename
|
||||||
|
}
|
||||||
|
|
||||||
public boolean setWindowProperty(InventoryView.Property prop, int value) {
|
public boolean setWindowProperty(InventoryView.Property prop, int value) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren