Uses of Class
org.rspeer.game.adapter.component.InterfaceComponent
- 
- 
Uses of InterfaceComponent in org.rspeer.game.action.treeMethods in org.rspeer.game.action.tree that return InterfaceComponent Modifier and Type Method Description InterfaceComponentItemAction. getComponent()InterfaceComponentComponentAction. getSource()
- 
Uses of InterfaceComponent in org.rspeer.game.adapter.componentMethods in org.rspeer.game.adapter.component that return InterfaceComponent Modifier and Type Method Description InterfaceComponentInterfaceComponent. getNext()InterfaceComponentInterfaceComponent. getParent()InterfaceComponentInterfaceComponent. getPrevious()InterfaceComponentInterfaceComponent. 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.componentMethods in org.rspeer.game.component with parameters of type InterfaceComponent Modifier and Type Method Description static ItemItem. combine(RSInventory inv, InterfaceComponent component, int index)static ItemItem. direct(boolean forceComponent, RSInventory inv, InterfaceComponent component)static ItemItem. direct(RSInventory inv, InterfaceComponent component)static ItemItem. from(InterfaceComponent component)static ItemItem. getTableElement(InterfaceComponent component, int index)static ItemItem. parent(RSInventory inv, InterfaceComponent component)Method parameters in org.rspeer.game.component with type arguments of type InterfaceComponent Modifier and Type Method Description InterfaceAddressInterfaceAddress. filter(Predicate<InterfaceComponent> predicate)voidInterfaceAddress. ifPresent(Consumer<InterfaceComponent> action)<K> KInterfaceAddress. map(Function<InterfaceComponent,K> mapper)booleanInterfaceAddress. mapToBoolean(Predicate<InterfaceComponent> mapper)intInterfaceAddress. mapToInt(ToIntFunction<InterfaceComponent> mapper)InterfaceComponentInterfaceAddress. 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.tdiMethods in org.rspeer.game.component.tdi that return InterfaceComponent Modifier and Type Method Description InterfaceComponentSubTab.AccountManagement. getComponent()InterfaceComponentSubTab.ChatChannel. getComponent()InterfaceComponentSubTab.QuestList. getComponent()InterfaceComponentSubTab.RelationshipSystem. getComponent()InterfaceComponentSubTab.Settings. getComponent()InterfaceComponentTab. getComponent()InterfaceComponentTDI. getComponent()
- 
Uses of InterfaceComponent in org.rspeer.game.query.componentMethods 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 booleanComponentQuery. 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.resultsConstructor parameters in org.rspeer.game.query.results with type arguments of type InterfaceComponent Constructor Description ComponentQueryResults(Collection<InterfaceComponent> results)
 
-