mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user