Uses of Class
org.rspeer.game.adapter.component.InterfaceComponent
-
-
Uses of InterfaceComponent in org.rspeer.game.action.tree
Methods in org.rspeer.game.action.tree that return InterfaceComponent Modifier and Type Method Description InterfaceComponent
ItemAction. getComponent()
InterfaceComponent
ComponentAction. getSource()
-
Uses of InterfaceComponent in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return InterfaceComponent Modifier and Type Method Description InterfaceComponent
InterfaceComponent. getNext()
InterfaceComponent
InterfaceComponent. getParent()
InterfaceComponent
InterfaceComponent. getPrevious()
InterfaceComponent
InterfaceComponent. getSubComponent(int index)
Methods in org.rspeer.game.adapter.component that return types with arguments of type InterfaceComponent Modifier and Type Method Description List<InterfaceComponent>
InterfaceComponent. getSubComponents()
List<InterfaceComponent>
InterfaceComponent. getSubComponents(InterfaceComponent.TraversalOption option)
-
Uses of InterfaceComponent in org.rspeer.game.component
Methods in org.rspeer.game.component with parameters of type InterfaceComponent Modifier and Type Method Description static Item
Item. combine(RSInventory inv, InterfaceComponent component, int index)
static Item
Item. direct(boolean forceComponent, RSInventory inv, InterfaceComponent component)
static Item
Item. direct(RSInventory inv, InterfaceComponent component)
static Item
Item. from(InterfaceComponent component)
static Item
Item. getTableElement(InterfaceComponent component, int index)
static Item
Item. parent(RSInventory inv, InterfaceComponent component)
Method parameters in org.rspeer.game.component with type arguments of type InterfaceComponent Modifier and Type Method Description InterfaceAddress
InterfaceAddress. filter(Predicate<InterfaceComponent> predicate)
void
InterfaceAddress. ifPresent(Consumer<InterfaceComponent> action)
<K> K
InterfaceAddress. map(Function<InterfaceComponent,K> mapper)
boolean
InterfaceAddress. mapToBoolean(Predicate<InterfaceComponent> mapper)
int
InterfaceAddress. mapToInt(ToIntFunction<InterfaceComponent> mapper)
InterfaceComponent
InterfaceAddress. resolve(Consumer<InterfaceComponent> action)
Constructor parameters in org.rspeer.game.component with type arguments of type InterfaceComponent Constructor Description InterfaceAddress(Supplier<InterfaceComponent> supplier)
-
Uses of InterfaceComponent in org.rspeer.game.component.tdi
Methods in org.rspeer.game.component.tdi that return InterfaceComponent Modifier and Type Method Description InterfaceComponent
SubTab.AccountManagement. getComponent()
InterfaceComponent
SubTab.ChatChannel. getComponent()
InterfaceComponent
SubTab.QuestList. getComponent()
InterfaceComponent
SubTab.RelationshipSystem. getComponent()
InterfaceComponent
SubTab.Settings. getComponent()
InterfaceComponent
Tab. getComponent()
InterfaceComponent
TDI. getComponent()
-
Uses of InterfaceComponent in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component that return types with arguments of type InterfaceComponent Modifier and Type Method Description Supplier<List<InterfaceComponent>>
ComponentQuery. getDefaultProvider()
Methods in org.rspeer.game.query.component with parameters of type InterfaceComponent Modifier and Type Method Description boolean
ComponentQuery. test(InterfaceComponent cmp)
Constructor parameters in org.rspeer.game.query.component with type arguments of type InterfaceComponent Constructor Description ComponentQuery(Supplier<List<InterfaceComponent>> provider)
-
Uses of InterfaceComponent in org.rspeer.game.query.results
Constructor parameters in org.rspeer.game.query.results with type arguments of type InterfaceComponent Constructor Description ComponentQueryResults(Collection<InterfaceComponent> results)
-