Uses of Enum Class
rekit.gui.controller.commands.InputMethod
Packages that use InputMethod
-
Uses of InputMethod in rekit.gui.controller.commands
Methods in rekit.gui.controller.commands that return InputMethodModifier and TypeMethodDescriptionstatic InputMethod
Returns the enum constant of this class with the specified name.static InputMethod[]
InputMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in rekit.gui.controller.commands with parameters of type InputMethodModifier and TypeMethodDescriptionvoid
JumpCommand.execute
(InputMethod inputMethod) void
MenuCommand.execute
(InputMethod inputMethod) Execute the command.void
PlayPauseCommand.execute
(InputMethod inputMethod) void
WalkCommand.execute
(InputMethod inputMethod)