Uses of Class
org.rspeer.game.component.InterfaceAddress
-
Packages that use InterfaceAddress Package Description org.rspeer.game.adapter.component org.rspeer.game.adapter.type org.rspeer.game.component org.rspeer.game.component.tdi -
-
Uses of InterfaceAddress in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return InterfaceAddress Modifier and Type Method Description InterfaceAddress
InterfaceComponent. toAddress()
-
Uses of InterfaceAddress in org.rspeer.game.adapter.type
Methods in org.rspeer.game.adapter.type with parameters of type InterfaceAddress Modifier and Type Method Description default boolean
Interactable. interact(String action, InterfaceAddress... dialog)
default boolean
Interactable. interact(Predicate<String> action, InterfaceAddress... dialog)
-
Uses of InterfaceAddress in org.rspeer.game.component
Methods in org.rspeer.game.component that return InterfaceAddress Modifier and Type Method Description InterfaceAddress
InterfaceAddress. component(int component)
InterfaceAddress
InterfaceAddress. filter(Predicate<InterfaceComponent> predicate)
InterfaceAddress
InterfaceAddress. getNext()
InterfaceAddress
InterfaceAddress. getPrevious()
InterfaceAddress
InterfaceAddress. subComponent(int subComponent)
InterfaceAddress
InterfaceAddress. subComponent(int component, int subComponent)
Methods in org.rspeer.game.component with parameters of type InterfaceAddress Modifier and Type Method Description static InterfaceComponent
Interfaces. lookup(InterfaceAddress address)
static void
Dialog.Quick. process(InterfaceAddress... addresses)
Constructors in org.rspeer.game.component with parameters of type InterfaceAddress Constructor Description Item(int index, int id, int stackSize, InterfaceAddress address)
-
Uses of InterfaceAddress in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return InterfaceAddress Modifier and Type Method Description InterfaceAddress
Spell.Ancient. getAddress()
InterfaceAddress
Spell.Arceuus. getAddress()
InterfaceAddress
Spell. getAddress()
InterfaceAddress
Spell.Lunar. getAddress()
InterfaceAddress
Spell.Modern. getAddress()
InterfaceAddress
Prayer. getComponentAddress()
InterfaceAddress
Prayer.Modern. getComponentAddress()
-