Uses of Class
org.rspeer.game.adapter.component.InterfaceComponent.Type
-
Packages that use InterfaceComponent.Type Package Description org.rspeer.game.adapter.component org.rspeer.game.query.component -
-
Uses of InterfaceComponent.Type in org.rspeer.game.adapter.component
Methods in org.rspeer.game.adapter.component that return InterfaceComponent.Type Modifier and Type Method Description InterfaceComponent.Type
InterfaceComponent. getType()
static InterfaceComponent.Type
InterfaceComponent.Type. valueOf(int id)
Returns the enum constant of this type with the specified name.static InterfaceComponent.Type
InterfaceComponent.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceComponent.Type[]
InterfaceComponent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InterfaceComponent.Type in org.rspeer.game.query.component
Methods in org.rspeer.game.query.component with parameters of type InterfaceComponent.Type Modifier and Type Method Description ComponentQuery
ComponentQuery. types(InterfaceComponent.Type... types)
-