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)
Send an informative message to the server operators
|
executeCommand, getCommands, getPossibleCommands, getTabCompletions, registerCommand, tryExecutepublic ServerCommandManager(MinecraftServer serverIn)
public void notifyListener(ICommandSender sender, ICommand command, int flags, java.lang.String translationKey, java.lang.Object... translationArgs)
notifyListener in interface ICommandListenerprotected MinecraftServer getServer()
getServer in class CommandHandler