Modifier and Type | Method and Description |
---|---|
BFFutureCommand |
BFFutureCommand.setChunk(BFScript.MemoryChunk c)
Set the chunk used in this command.
|
BFFutureCommand |
BFFutureCommand.setDestChunk(BFScript.MemoryChunk c)
Set the destination chunk for this command.
|
static BFFutureCommand |
BFFutureCommand.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BFFutureCommand[] |
BFFutureCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Stack<BFFutureCommand> |
FutureCommands.getActions()
Get all actions as a stack
|