public class Reply extends OnlyTopCommand
subCommands
Constructor | Description |
---|---|
Reply(java.lang.String[] aliases,
java.lang.String pPrefix) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
onCommand(OnlinePAFPlayer pPlayer,
java.lang.String[] args) |
Decides if a subcommand should be called and if which one.
|
canEqual, equals, getAliases, getName, getPermission, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
tabComplete
addCommand, execute, getPrefix, getSubCommand, isPlayer, sort
protected void onCommand(OnlinePAFPlayer pPlayer, java.lang.String[] args)
TopCommand
onCommand
in class TopCommand
pPlayer
- The player who executed the command.args
- The arguments which were given by the player.