0%

Minecraft Mod开发日志

函数副作用

获取服务器所有玩家的列表

1
FMLCommonHandler.instance().getMinecraftServerInstance().getPlayerList();

获取玩家所在的世界

1
player.world