public S01PacketJoinGame(int entityIdIn, WorldSettings.GameType gameTypeIn, boolean hardcoreModeIn, int dimensionIn, EnumDifficulty difficultyIn, int maxPlayersIn, WorldType worldTypeIn, boolean reducedDebugInfoIn)
{
this.entityId = entityIdIn;
this.dimension = dimensionIn;
this.difficulty = difficultyIn;
this.gameType = gameTypeIn;
this.maxPlayers = maxPlayersIn;
this.hardcoreMode = hardcoreModeIn;
this.worldType = worldTypeIn;
this.reducedDebugInfo = reducedDebugInfoIn;
}
S01PacketJoinGame.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:DecompiledMinecraft
作者:
评论列表
文章目录