Package org.rspeer.game.adapter.type
Interface Animable
-
- All Known Implementing Classes:
Npc,PathingEntity,Player
public interface Animable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAnimable.Query<Q extends Animable.Query<Q>>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description AnimationgetAnimation()default intgetAnimationId()default booleanisAnimating()default booleanisIdle()
-
-
-
Method Detail
-
getAnimation
Animation getAnimation()
-
getAnimationId
default int getAnimationId()
-
isAnimating
default boolean isAnimating()
-
isIdle
default boolean isIdle()
-
-