@Deprecated
public interface Command
Modifier and Type | Method and Description |
---|---|
void |
end()
Deprecated.
The action to take when the command ends.
|
void |
execute()
Deprecated.
The main body of a command.
|
void |
initialize()
Deprecated.
The initial subroutine of a command.
|
boolean |
isFinished()
Deprecated.
Whether the command has finished.
|
void initialize()
void execute()
void end()
boolean isFinished()