Uses of Class
org.rspeer.game.adapter.scene.Entity
-
Packages that use Entity Package Description org.rspeer.game.action.tree org.rspeer.game.adapter.scene org.rspeer.game.provider.model -
-
Uses of Entity in org.rspeer.game.action.tree
Classes in org.rspeer.game.action.tree with type parameters of type Entity Modifier and Type Class Description classEntityAction<T extends Entity> -
Uses of Entity in org.rspeer.game.adapter.scene
Subclasses of Entity in org.rspeer.game.adapter.scene Modifier and Type Class Description classEffectObjectclassNpcclassPathingEntity<P extends RSPathingEntity>classPickableclassPlayerclassProjectileclassSceneObject -
Uses of Entity in org.rspeer.game.provider.model
Methods in org.rspeer.game.provider.model with parameters of type Entity Modifier and Type Method Description PolygonCachedModel. getAxisAlignedBoundingBox(RSClient client, Entity<?> entity)PolygonCachedModel. getClickBox(RSClient client, Entity<?> entity)
-