#629: Add LivingEntity#isClimbing

By: Martoph <sager1018@gmail.com>
This commit is contained in:
Bukkit/Spigot 2021-06-14 19:10:55 +10:00
parent 6a59a19dde
commit fd771b653b

View File

@ -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.
*