mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-09 04:09:54 +01:00
SPIGOT-2656: HumanEntity#isHandRaised()Z
This commit is contained in:
parent
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user