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