Package | Description |
---|---|
org.polydev.gaea.command |
Modifier and Type | Class and Description |
---|---|
class |
PlayerCommand
A command that may only be executed by a player.
|
class |
WorldCommand
A command that must be executed by a player, in a Terra world.
|
Modifier and Type | Method and Description |
---|---|
abstract List<Command> |
Command.getSubCommands()
Gets a list of subcommands
|
Constructor and Description |
---|
Command(Command parent) |
PlayerCommand(Command parent) |
WorldCommand(Command parent) |
Copyright © 2020. All rights reserved.