Package org.rspeer.game.adapter.type
Interface Animable
- All Known Implementing Classes:
Npc
,PathingEntity
,Player
public interface Animable
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Animable.Query<Q extends Animable.Query<Q>>
-
Method Summary
Modifier and TypeMethodDescriptiondefault int
default boolean
-
Method Details
-
getAnimation
Animation getAnimation() -
getAnimationId
default int getAnimationId() -
isAnimating
default boolean isAnimating()
-