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 interface
Animable.Query<Q extends Animable.Query<Q>>
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Animation
getAnimation()
default int
getAnimationId()
default boolean
isAnimating()
default boolean
isIdle()
-
-
-
Method Detail
-
getAnimation
Animation getAnimation()
-
getAnimationId
default int getAnimationId()
-
isAnimating
default boolean isAnimating()
-
isIdle
default boolean isIdle()
-
-