implements Packet<ClientPlayPacketHandler>
| kj | |
| net.minecraft.unmapped.C_47909326 | |
| net.minecraft.network.packet.s2c.play.LoginS2CPacket | |
| net.minecraft.network.play.server.SPacketJoinGame |
Field summary
| Modifier and Type | Field | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| private int |
| ||||||||
| private boolean |
| ||||||||
| private GameMode |
| ||||||||
| private DimensionType |
| ||||||||
| private Difficulty |
| ||||||||
| private int |
| ||||||||
| private WorldGeneratorType |
| ||||||||
| private boolean |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | () |
| public | (int id, GameMode gameMode, boolean hardcore, DimensionType dimension, Difficulty difficulty, int maxPlayerCount, WorldGeneratorType generatorType, boolean reduceDebugInfo) |
Method summary
| Modifier and Type | Method | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public void |
| ||||||||
| public void |
| ||||||||
| public void |
| ||||||||
| public int |
| ||||||||
| public boolean |
| ||||||||
| public GameMode |
| ||||||||
| public DimensionType |
| ||||||||
| public Difficulty |
| ||||||||
| public WorldGeneratorType |
| ||||||||
| public boolean |
|