Package org.rspeer.game.adapter.type
Interface Animable.Query<Q extends Animable.Query<Q>>
-
- All Known Implementing Classes:
NpcQuery
,PathingEntityQuery
,PlayerQuery
- Enclosing interface:
- Animable
public static interface Animable.Query<Q extends Animable.Query<Q>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Q
animating()
Q
animations(int... animations)
Q
inanimate()
-