Class CdCommand
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.console.CdCommand
-
- All Implemented Interfaces:
ConsoleCommand
public class CdCommand extends java.lang.Object implements ConsoleCommand
-
-
Constructor Summary
Constructors Constructor Description CdCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandName()
always lowercase.java.lang.String
getManual()
boolean
perform(java.util.StringTokenizer parameters, GameplayScreen gameplay)
-
-
-
Method Detail
-
getCommandName
public java.lang.String getCommandName()
Description copied from interface:ConsoleCommand
always lowercase. The name is the identifier of this command.- Specified by:
getCommandName
in interfaceConsoleCommand
- Returns:
-
perform
public boolean perform(java.util.StringTokenizer parameters, GameplayScreen gameplay)
- Specified by:
perform
in interfaceConsoleCommand
- Parameters:
parameters
- the value of parametersgameplay
- the value of gameplay- Returns:
- the boolean
-
getManual
public java.lang.String getManual()
- Specified by:
getManual
in interfaceConsoleCommand
- Returns:
-
-