mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-31 21:37:39 +01:00
parent
6a59a19dde
commit
fd771b653b
@ -469,6 +469,13 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
|
||||
*/
|
||||
public boolean isSleeping();
|
||||
|
||||
/**
|
||||
* Gets if the entity is climbing.
|
||||
*
|
||||
* @return if the entity is climbing
|
||||
*/
|
||||
public boolean isClimbing();
|
||||
|
||||
/**
|
||||
* Sets whether an entity will have AI.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user