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 classInterfaceComponent -
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 booleanBackpack. use(Function<ItemQuery,Item> function, Interactable target)booleanBackpack. 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 classEffectObjectclassEntity<P extends RSEntity>classNpcclassPathingEntity<P extends RSPathingEntity>classPickableclassPlayerclassProjectileclassSceneObject -
Uses of Interactable in org.rspeer.game.component
Classes in org.rspeer.game.component that implement Interactable Modifier and Type Class Description classItemRepresents anItemin 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 booleanMagic. cast(Spell spell, Interactable target)
-