public class CommandTravel extends UCommand
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
id |
| Constructor | Description |
|---|---|
CommandTravel() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
execute(UPlayer player) |
Override execute to actually do what your command does (cause player to do an Action, open a UModal, etc).
|