mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 06:42:02 +01:00
parent
6a59a19dde
commit
fd771b653b
@ -469,6 +469,13 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
|
|||||||
*/
|
*/
|
||||||
public boolean isSleeping();
|
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.
|
* Sets whether an entity will have AI.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user