SPIGOT-2656: HumanEntity#isHandRaised()Z

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2016-09-04 11:59:41 +10:00
parent d9aefeb601
commit e6363be8b3

View file

@ -379,6 +379,11 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
return getHandle().isBlocking();
}
@Override
public boolean isHandRaised() {
return getHandle().cx(); // PAIL: rename
}
public boolean setWindowProperty(InventoryView.Property prop, int value) {
return false;
}