Uses of Class
org.rspeer.game.component.InterfaceComposite
-
Packages that use InterfaceComposite Package Description org.rspeer.game.component org.rspeer.game.event org.rspeer.game.query.component -
-
Uses of InterfaceComposite in org.rspeer.game.component
Methods in org.rspeer.game.component that return InterfaceComposite Modifier and Type Method Description static InterfaceComposite
InterfaceComposite. valueOf(int group)
Returns the enum constant of this type with the specified name.static InterfaceComposite
InterfaceComposite. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceComposite[]
InterfaceComposite. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.component with parameters of type InterfaceComposite Modifier and Type Method Description static InterfaceComponent
Interfaces. getDirect(InterfaceComposite group, int component)
static InterfaceComponent
Interfaces. getDirect(InterfaceComposite group, int component, int subComponent)
static boolean
Interfaces. isSubActive(InterfaceComposite composite)
static ComponentQuery
Interfaces. query(InterfaceComposite... groups)
Constructors in org.rspeer.game.component with parameters of type InterfaceComposite Constructor Description InterfaceAddress(InterfaceComposite group, int component)
-
Uses of InterfaceComposite in org.rspeer.game.event
Methods in org.rspeer.game.event that return InterfaceComposite Modifier and Type Method Description InterfaceComposite
OpenSubInterfaceEvent. getComposite()
-
Uses of InterfaceComposite in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component with parameters of type InterfaceComposite Modifier and Type Method Description ComponentQuery
ComponentQuery. groups(InterfaceComposite... groups)
-