net.minecraft.network.packet.s2c.play

public class LoginS2CPacket

implements Packet<ClientPlayPacketHandler>

gz
net.minecraft.class_2025
net.minecraft.network.packet.s2c.play.LoginS2CPacket
net.minecraft.network.play.server.SPacketJoinGame

Field summary

Modifier and TypeField
private int
a
field_8672
gameVersion
playerId
private boolean
b
field_8673
hardcore
hardcoreMode
private 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 id, GameMode gameMode, boolean hardcore, int dimensionId, Difficulty difficulty, int maxPlayerCount, WorldGeneratorType generatorType, boolean reducedDebugInfo)

Method summary

Modifier and TypeMethod
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fp arg0)
method_7795(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public int
a()
method_7796()
getEntityId()
getPlayerId()
public boolean
b()
method_7797()
getHardcore()
isHardcoreMode()
public 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()