net.minecraft.server.command.handler

public abstract class CommandRegistry

implements CommandHandler

bj
net.minecraft.class_981
net.minecraft.server.command.handler.CommandRegistry
net.minecraft.command.CommandHandler
net.minecraft.command.CommandHandler

Field summary

Modifier and TypeField
private static final org.apache.logging.log4j.Logger
a
field_9133
LOGGER
field_147175_a
LOGGER
private final Map<String, Command>
b
field_3940
commandsByName
field_71562_a
commandMap
private final Set<Command>
c
field_3941
commands
field_71561_b
commandSet

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public int
a(bn arg0, String arg1)
method_3310(class_1061 arg0, String arg1)
run(CommandSource arg0, String arg1)
func_71556_a(ICommandSender arg0, String arg1)
executeCommand(ICommandSender arg0, String arg1)
protected boolean
a(bn arg0, String[] arg1, bk arg2, String arg3)
method_10732(class_1061 arg0, String[] arg1, class_1007 arg2, String arg3)
run(CommandSource source, String[] args, Command command, String rawCommand)
func_175786_a(ICommandSender arg0, String[] arg1, ICommand arg2, String arg3)
tryExecute(ICommandSender sender, String[] args, ICommand command, String input)
protected abstract MinecraftServer
a()
method_12712()
getServer()
func_184879_a()
getServer()
public Command
a(bk arg0)
method_3103(class_1007 arg0)
register(Command command)
func_71560_a(ICommand arg0)
registerCommand(ICommand command)
private static String[]
a(String[] arg0)
method_3104(String[] arg0)
getCommandArgs(String[] args)
func_71559_a(String[] arg0)
dropFirstString(String[] input)
public List<String>
a(bn arg0, String arg1, et arg2)
method_10746(class_1061 arg0, String arg1, class_2552 arg2)
getSuggestions(CommandSource arg0, String arg1, BlockPos arg2)
func_180524_a(ICommandSender arg0, String arg1, BlockPos arg2)
getTabCompletions(ICommandSender arg0, String arg1, BlockPos arg2)
public List<Command>
a(bn arg0)
method_3309(class_1061 arg0)
getAvailableCommands(CommandSource arg0)
func_71557_a(ICommandSender arg0)
getPossibleCommands(ICommandSender arg0)
public Map<String, Command>
b()
method_3308()
getCommands()
func_71555_a()
getCommands()
private int
a(bk arg0, String[] arg1)
method_4642(class_1007 arg0, String[] arg1)
getIndexOfTargetSelector(Command command, String[] args)
func_82370_a(ICommand arg0, String[] arg1)
getUsernameIndex(ICommand command, String[] args)