net.minecraft.network.packet.s2c.play

public class LoginS2CPacket

extends Packet

hd
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
field_149206_a
private boolean
b
field_8673
hardcore
field_149204_b
private WorldSettings__GameMode
c
field_8674
gameMode
field_149205_c
private int
d
field_8675
dimension
field_149202_d
private Difficulty
e
field_8676
difficulty
field_149203_e
private int
f
field_8677
maxPlayerCount
field_149200_f
private WorldGeneratorType
g
field_8678
generatorType
field_149201_g

Constructor summary

ModifierConstructor
public ()
public (int entityId, WorldSettings__GameMode gameMode, boolean hardcore, int dimension, Difficulty difficulty, int maxPlayerCount, WorldGeneratorType generatorType)

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(fv arg0)
method_7795(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public String
b()
method_7538()
asString()
serialize()
public int
c()
method_7796()
getEntityId()
func_149197_c()
public boolean
d()
method_7797()
getHardcore()
func_149195_d()
public WorldSettings__GameMode
e()
method_7798()
getGameMode()
func_149198_e()
public int
f()
method_7799()
getDimension()
func_149194_f()
public Difficulty
g()
method_7800()
getDifficulty()
func_149192_g()
public int
h()
method_7801()
getMaxPlayerCount()
func_149193_h()
public WorldGeneratorType
i()
method_7802()
getGeneratorType()
func_149196_i()