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 class
EntityAction<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 class
EffectObject
class
Npc
class
PathingEntity<P extends RSPathingEntity>
class
Pickable
class
Player
class
Projectile
class
SceneObject
-
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 Polygon
CachedModel. getAxisAlignedBoundingBox(RSClient client, Entity<?> entity)
Polygon
CachedModel. getClickBox(RSClient client, Entity<?> entity)
-