Uses of Enum Class
controller.util.GameMode
Packages that use GameMode
-
Uses of GameMode in controller
Methods in controller with parameters of type GameModeModifier and TypeMethodDescriptionvoid
Controller.switchGameModeRequest
(GameMode gameMode) Handles client request of mode switching (Button click) -
Uses of GameMode in controller.util
Methods in controller.util that return GameModeModifier and TypeMethodDescriptionProperty.getGameMode()
static GameMode
Returns the enum constant of this class with the specified name.static GameMode[]
GameMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in controller.util with parameters of type GameModeConstructors in controller.util with parameters of type GameMode -
Uses of GameMode in view
Modifier and TypeMethodDescriptionvoid
Menu.buttonAction
(UiButton button, GameMode gameMode, GUIText text)