Uses of Class
org.rspeer.game.action.ActionTargetType
-
Packages that use ActionTargetType Package Description org.rspeer.game.action -
-
Uses of ActionTargetType in org.rspeer.game.action
Methods in org.rspeer.game.action that return ActionTargetType Modifier and Type Method Description ActionTargetTypeActionOpcode. getTargetType()static ActionTargetTypeActionTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static ActionTargetType[]ActionTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-