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 InputMethodReturns 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 TypeMethodDescriptionvoidJumpCommand.execute(InputMethod inputMethod) voidMenuCommand.execute(InputMethod inputMethod) Execute the command.voidPlayPauseCommand.execute(InputMethod inputMethod) voidWalkCommand.execute(InputMethod inputMethod)