Modifier and Type | Class | Description |
---|---|---|
class |
TopCommand<T extends SubCommand> |
Represents a TopCommand like /friend, /party or /command.
|
Modifier and Type | Method | Description |
---|---|---|
T |
TopCommand.getSubCommand(java.lang.Class<? extends SubCommand> pClass) |
Modifier and Type | Class | Description |
---|---|---|
class |
PAFSubCommandEvent<T extends SubCommand> |
Modifier and Type | Class | Description |
---|---|---|
class |
FriendSubCommand |
|
class |
RequestReactionsCommands |
Modifier and Type | Class | Description |
---|---|---|
class |
LeaderNeededCommand |
|
class |
PartySubCommand |
An abstract class for the party commands
|
Modifier and Type | Class | Description |
---|---|---|
class |
Accept |
The command accept
|
class |
Add |
The command add
|
class |
Deny |
The command deny
|
class |
FriendList |
The command list
|
class |
Jump |
The command jump
|
class |
Message |
Will be executed on /friend msg
|
class |
Remove |
The command remove
|
class |
Settings |
The command settings
|
Modifier and Type | Class | Description |
---|---|---|
class |
Chat |
The /party chat command
|
class |
Info |
This class will be executed on /party list
|
class |
Invite |
The /party chat Invite
|
class |
Join |
The class which will be executed on /party join
|
class |
Kick |
The /party kick command
|
class |
Leader |
The class which will be executed on /party leader
|
class |
Leave |
The class which will be executed on /party leave
|
Modifier and Type | Method | Description |
---|---|---|
int |
SubCommand.compareTo(SubCommand o) |