Uses of Enum Class
org.rspeer.game.adapter.component.InterfaceComponent.Type
Packages that use InterfaceComponent.Type
-
Uses of InterfaceComponent.Type in org.rspeer.game.adapter.component
Subclasses with type arguments of type InterfaceComponent.Type in org.rspeer.game.adapter.componentMethods in org.rspeer.game.adapter.component that return InterfaceComponent.TypeModifier and TypeMethodDescriptionInterfaceComponent.getType()static InterfaceComponent.TypeInterfaceComponent.Type.valueOf(int id) Returns the enum constant of this class with the specified name.static InterfaceComponent.TypeReturns the enum constant of this class with the specified name.static InterfaceComponent.Type[]InterfaceComponent.Type.values()Returns an array containing the constants of this enum class, 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