net.minecraft.network.packet.s2c.play

public class LoginS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

Modifier and TypeField
private int
a
field_8672
gameVersion
field_149206_a
playerId
private boolean
b
field_8673
hardcore
field_149204_b
hardcoreMode
private GameMode
c
field_8674
gameMode
field_149205_c
gameType
private DimensionType
d
field_21546
dimension
field_149202_d
dimension
private Difficulty
e
field_8676
difficulty
field_149203_e
difficulty
private int
f
field_8677
maxPlayerCount
field_149200_f
maxPlayers
private WorldGeneratorType
g
field_8678
generatorType
field_149201_g
worldType
private boolean
h
field_11616
reducedDebugInfo
field_179745_h
reducedDebugInfo

Constructor summary

ModifierConstructor
public ()
public (int id, GameMode gameMode, boolean hardcore, DimensionType dimension, Difficulty difficulty, int maxPlayerCount, WorldGeneratorType generatorType, boolean reduceDebugInfo)

Method summary

Modifier and TypeMethod
public void
a(hy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(hy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(iy arg0)
method_7795(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public int
b()
method_7796()
getEntityId()
func_149197_c()
getPlayerId()
public boolean
c()
method_7797()
getHardcore()
func_149195_d()
isHardcoreMode()
public GameMode
d()
method_7798()
getGameMode()
func_149198_e()
getGameType()
public DimensionType
e()
method_7799()
getDimension()
func_212642_e()
getDimension()
public Difficulty
f()
method_7800()
getDifficulty()
func_149192_g()
getDifficulty()
public WorldGeneratorType
h()
method_7802()
getGeneratorType()
func_149196_i()
getWorldType()
public boolean
i()
method_10666()
getReducedDebugInfo()
func_179744_h()
isReducedDebugInfo()