public class ServerCommandManager extends CommandHandler implements ICommandListener
Constructor and Description |
---|
ServerCommandManager(MinecraftServer serverIn) |
Modifier and Type | Method and Description |
---|---|
protected MinecraftServer |
getServer() |
void |
notifyListener(ICommandSender sender,
ICommand command,
int flags,
java.lang.String translationKey,
java.lang.Object... translationArgs) |
executeCommand, getCommands, getPossibleCommands, getTabCompletionOptions, registerCommand, tryExecute
public ServerCommandManager(MinecraftServer serverIn)
public void notifyListener(ICommandSender sender, ICommand command, int flags, java.lang.String translationKey, java.lang.Object... translationArgs)
notifyListener
in interface ICommandListener
protected MinecraftServer getServer()
getServer
in class CommandHandler