Uses of Interface
org.rspeer.game.adapter.type.Actionable
-
Packages that use Actionable Package Description org.rspeer.game.adapter.component org.rspeer.game.adapter.definition org.rspeer.game.adapter.scene org.rspeer.game.adapter.type org.rspeer.game.component -
-
Uses of Actionable in org.rspeer.game.adapter.component
Classes in org.rspeer.game.adapter.component that implement Actionable Modifier and Type Class Description class
InterfaceComponent
-
Uses of Actionable in org.rspeer.game.adapter.definition
Classes in org.rspeer.game.adapter.definition that implement Actionable Modifier and Type Class Description class
Definition<P extends RSDefinition>
class
ItemDefinition
class
NpcDefinition
class
ObjectDefinition
class
TransformableDefinition<P extends RSTransformableDefinition,T extends TransformableDefinition>
-
Uses of Actionable in org.rspeer.game.adapter.scene
Classes in org.rspeer.game.adapter.scene that implement Actionable Modifier and Type Class Description class
EffectObject
class
Entity<P extends RSEntity>
class
Npc
class
PathingEntity<P extends RSPathingEntity>
class
Pickable
class
Player
class
Projectile
class
SceneObject
-
Uses of Actionable in org.rspeer.game.adapter.type
Subinterfaces of Actionable in org.rspeer.game.adapter.type Modifier and Type Interface Description interface
Interactable
-
Uses of Actionable in org.rspeer.game.component
Classes in org.rspeer.game.component that implement Actionable Modifier and Type Class Description class
Item
Represents anItem
in game
-