public class S05PacketSpawnPosition extends Packet
Constructor and Description |
---|
S05PacketSpawnPosition() |
S05PacketSpawnPosition(int p_i45229_1_,
int p_i45229_2_,
int p_i45229_3_) |
Modifier and Type | Method and Description |
---|---|
int |
func_149358_e() |
int |
func_149359_d() |
int |
func_149360_c() |
boolean |
hasPriority()
If true, the network manager will process the packet immediately when received, otherwise it will queue it for
processing.
|
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayClient p_149361_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer p_148837_1_)
Reads the raw packet data from the data stream.
|
java.lang.String |
serialize()
Returns a string formatted as comma separated [field]=[value] values.
|
void |
writePacketData(PacketBuffer p_148840_1_)
Writes the raw packet data to the data stream.
|
generatePacket, readBlob, toString, writeBlob
public S05PacketSpawnPosition()
public S05PacketSpawnPosition(int p_i45229_1_, int p_i45229_2_, int p_i45229_3_)
public void readPacketData(PacketBuffer p_148837_1_) throws java.io.IOException
readPacketData
in class Packet
java.io.IOException
public void writePacketData(PacketBuffer p_148840_1_) throws java.io.IOException
writePacketData
in class Packet
java.io.IOException
public void processPacket(INetHandlerPlayClient p_149361_1_)
public boolean hasPriority()
hasPriority
in class Packet
public java.lang.String serialize()
public int func_149360_c()
public int func_149359_d()
public int func_149358_e()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet