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 InterfaceAddressInterfaceComponent. 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 booleanInteractable. interact(String action, InterfaceAddress... dialog)default booleanInteractable. interact(Predicate<String> action, InterfaceAddress... dialog)Deprecated. -
Uses of InterfaceAddress in org.rspeer.game.component
Methods in org.rspeer.game.component that return InterfaceAddress Modifier and Type Method Description InterfaceAddressInterfaceAddress. component(int component)InterfaceAddressInterfaceAddress. filter(Predicate<InterfaceComponent> predicate)InterfaceAddressInterfaceAddress. getNext()InterfaceAddressInterfaceAddress. getPrevious()InterfaceAddressInterfaceAddress. subComponent(int subComponent)InterfaceAddressInterfaceAddress. subComponent(int component, int subComponent)Methods in org.rspeer.game.component with parameters of type InterfaceAddress Modifier and Type Method Description static InterfaceComponentInterfaces. lookup(InterfaceAddress address)static voidDialog.Quick. process(InterfaceAddress... addresses)Deprecated.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 InterfaceAddressSpell.Ancient. getAddress()InterfaceAddressSpell.Arceuus. getAddress()InterfaceAddressSpell. getAddress()InterfaceAddressSpell.Lunar. getAddress()InterfaceAddressSpell.Modern. getAddress()InterfaceAddressPrayer. getComponentAddress()InterfaceAddressPrayer.Modern. getComponentAddress()
-