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 CommandSupervisor
EntityCommand.supervisor
The corresponding supervisor.protected final CommandSupervisor
MenuCommand.supervisor
The 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.