public class S19PacketEntityHeadLook extends Packet
Constructor and Description |
---|
S19PacketEntityHeadLook() |
S19PacketEntityHeadLook(Entity p_i45214_1_,
byte p_i45214_2_) |
Modifier and Type | Method and Description |
---|---|
byte |
func_149380_c() |
Entity |
func_149381_a(World p_149381_1_) |
void |
processPacket(INetHandler p_148833_1_)
Passes this Packet on to the NetHandler for processing.
|
void |
processPacket(INetHandlerPlayClient p_149382_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, hasPriority, readBlob, toString, writeBlob
public S19PacketEntityHeadLook()
public S19PacketEntityHeadLook(Entity p_i45214_1_, byte p_i45214_2_)
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_149382_1_)
public java.lang.String serialize()
public void processPacket(INetHandler p_148833_1_)
processPacket
in class Packet
public byte func_149380_c()