Uses of Interface
rekit.gui.controller.commands.CommandSupervisor
Packages that use CommandSupervisor
-
Uses of CommandSupervisor in rekit.gui.controller.commands
Fields in rekit.gui.controller.commands declared as CommandSupervisorModifier and TypeFieldDescriptionprotected final CommandSupervisorEntityCommand.supervisorThe corresponding supervisor.protected final CommandSupervisorMenuCommand.supervisorThe supervisor.Constructors in rekit.gui.controller.commands with parameters of type CommandSupervisorModifierConstructorDescriptionAttackCommand(CommandSupervisor supervisor) Create the command by its supervisor.EntityCommand(CommandSupervisor supervisor) Instantiate the Command.JumpCommand(CommandSupervisor supervisor) Create the Command.MenuCommand(CommandSupervisor supervisor, MenuDirection dir) Instantiate the MenuCommand.PlayPauseCommand(CommandSupervisor supervisor) Create the command.WalkCommand(CommandSupervisor supervisor, Direction dir) Instantiate the WalkCommand.