发送命令
此示例显示了从代码中为 Minecraft 执行命令的不同方法:
EntityPlayerSP player = Minecraft.getMinecraft().player;
player.sendChatMessage("/Command here");
在 SinglePlayer 中发送命令
此示例显示了从代码中为 Minecraft 执行命令的不同方法:
EntityPlayerSP player = Minecraft.getMinecraft().player;
player.sendChatMessage("/Command here");
在 SinglePlayer 中发送命令