Constructor and Description |
---|
S07PacketRespawn() |
S07PacketRespawn(int p_i45213_1_,
EnumDifficulty p_i45213_2_,
WorldType p_i45213_3_,
WorldSettings.GameType p_i45213_4_) |
Modifier and Type | Method and Description |
---|---|
WorldType |
func_149080_f() |
EnumDifficulty |
func_149081_d() |
int |
func_149082_c() |
WorldSettings.GameType |
func_149083_e() |
void |
processPacket(INetHandler handler) |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
public S07PacketRespawn()
public S07PacketRespawn(int p_i45213_1_, EnumDifficulty p_i45213_2_, WorldType p_i45213_3_, WorldSettings.GameType p_i45213_4_)
public void processPacket(INetHandlerPlayClient handler)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet
java.io.IOException
public int func_149082_c()
public void processPacket(INetHandler handler)
processPacket
in interface Packet
public EnumDifficulty func_149081_d()
public WorldSettings.GameType func_149083_e()
public WorldType func_149080_f()