Uses of Interface
org.rspeer.game.adapter.type.Interactable
-
Packages that use Interactable Package Description org.rspeer.game.adapter.component org.rspeer.game.adapter.component.inventory org.rspeer.game.adapter.scene org.rspeer.game.component org.rspeer.game.component.tdi -
-
Uses of Interactable in org.rspeer.game.adapter.component
Classes in org.rspeer.game.adapter.component that implement Interactable Modifier and Type Class Description class
InterfaceComponent
-
Uses of Interactable in org.rspeer.game.adapter.component.inventory
Methods in org.rspeer.game.adapter.component.inventory with parameters of type Interactable Modifier and Type Method Description boolean
Backpack. use(Function<ItemQuery,Item> function, Interactable target)
boolean
Backpack. use(Item item, Interactable target)
-
Uses of Interactable in org.rspeer.game.adapter.scene
Classes in org.rspeer.game.adapter.scene that implement Interactable 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 Interactable in org.rspeer.game.component
Classes in org.rspeer.game.component that implement Interactable Modifier and Type Class Description class
Item
Represents anItem
in game -
Uses of Interactable in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi with parameters of type Interactable Modifier and Type Method Description static boolean
Magic. cast(Spell spell, Interactable target)
-