Uses of Enum Class
rea.gaming.Action
Packages that use Action
-
Uses of Action in rea.gaming
Methods in rea.gaming that return ActionModifier and TypeMethodDescriptionstatic Action
Returns the enum constant of this class with the specified name.static Action[]
Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rea.gaming with parameters of type ActionModifier and TypeMethodDescriptionGameInstance.executeCommand
(Player player, Action action, Object object) Command execution by an identified player.