mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-19 13:38:44 +01:00
SPIGOT-2656: HumanEntity#isHandRaised()Z
By: md_5 <git@md-5.net>
This commit is contained in:
parent
d9aefeb601
commit
e6363be8b3
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue