public interface ISimpleCommand
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
ISimpleCommand.NickName |
static class |
ISimpleCommand.UsageException |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
name() |
void |
processCommand(net.minecraft.command.ICommandSender sender,
java.lang.String[] args) |