#863: Add LivingEntity#isClimbing
This commit is contained in:
parent
77058c79de
commit
3252ff189c
@ -606,6 +606,11 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
|
||||
return getHandle().isSleeping();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isClimbing() {
|
||||
return getHandle().isClimbing();
|
||||
}
|
||||
|
||||
@Override
|
||||
public AttributeInstance getAttribute(Attribute attribute) {
|
||||
return getHandle().craftAttributes.getAttribute(attribute);
|
||||
|
Loading…
x
Reference in New Issue
Block a user