net.minecraft.network.packet.s2c.play

public class LoginS2CPacket

implements Packet<ClientPlayPacketHandler>

gt
net.minecraft.class_2025
net.minecraft.network.packet.s2c.play.LoginS2CPacket
net.minecraft.network.play.server.S01PacketJoinGame

Field summary

Modifier and TypeField
private int
a
field_8672
gameVersion
entityId
private boolean
b
field_8673
hardcore
hardcoreMode
private WorldSettings$GameMode
c
field_8674
gameMode
gameType
private int
d
field_8675
dimension
dimension
private Difficulty
e
field_8676
difficulty
difficulty
private int
f
field_8677
maxPlayerCount
maxPlayers
private WorldGeneratorType
g
field_8678
generatorType
worldType
private boolean
h
field_11616
reducedDebugInfo
reducedDebugInfo

Constructor summary

ModifierConstructor
public ()
public (int entityId, WorldSettings$GameMode gameMode, boolean hardcore, int dimension, Difficulty difficulty, int maxPlayerCount, WorldGeneratorType generatorType, boolean reducedDebugInfo)

Method summary

Modifier and TypeMethod
public void
a(em arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(em arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fj arg0)
method_7795(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public int
a()
method_7796()
getEntityId()
getEntityId()
public boolean
b()
method_7797()
getHardcore()
isHardcoreMode()
public WorldSettings$GameMode
c()
method_7798()
getGameMode()
getGameType()
public int
d()
method_7799()
getDimension()
getDimension()
public Difficulty
e()
method_7800()
getDifficulty()
getDifficulty()
public int
f()
method_7801()
getMaxPlayerCount()
getMaxPlayers()
public WorldGeneratorType
g()
method_7802()
getGeneratorType()
getWorldType()
public boolean
h()
method_10666()
getReducedDebugInfo()
isReducedDebugInfo()