public class CommandRegister extends java.lang.Object implements ISimpleCommand
ISimpleCommand.NickName, ISimpleCommand.UsageException| 构造器和说明 |
|---|
CommandRegister() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
name() |
void |
processCommand(net.minecraft.command.ICommandSender sender,
java.lang.String[] args) |
public java.lang.String name()
name 在接口中 ISimpleCommandpublic void processCommand(net.minecraft.command.ICommandSender sender,
java.lang.String[] args)
throws ISimpleCommand.UsageException
processCommand 在接口中 ISimpleCommandISimpleCommand.UsageException