mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
parent
733b118606
commit
8777dd8e62
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue