net.minecraft.network.packet.s2c.play

public class LoginS2CPacket

implements Packet<ClientPlayPacketHandler>

gs
net.minecraft.unmapped.C_47909326
net.minecraft.network.packet.s2c.play.LoginS2CPacket

Field summary

Modifier and TypeField
private int
a
f_79749980
gameVersion
private boolean
b
f_19910566
hardcore
private WorldSettings$GameMode
c
f_46863361
gameMode
private int
d
f_36961553
dimension
private Difficulty
e
f_26780356
difficulty
private int
f
f_01292710
maxPlayerCount
private WorldGeneratorType
g
f_57305645
generatorType
private boolean
h
f_22078181
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)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(em arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(fi arg0)
m_02836893(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public int
a()
m_84474855()
getEntityId()
public boolean
b()
m_29013601()
getHardcore()
public WorldSettings$GameMode
c()
m_38703232()
getGameMode()
public int
d()
m_85613204()
getDimension()
public Difficulty
e()
m_86474175()
getDifficulty()
public int
f()
m_39245472()
getMaxPlayerCount()
public WorldGeneratorType
g()
m_41267888()
getGeneratorType()
public boolean
h()
m_02445914()
getReducedDebugInfo()