public class S08PacketPlayerPosLook extends java.lang.Object implements Packet<INetHandlerPlayClient>
Modifier and Type | Class and Description |
---|---|
static class |
S08PacketPlayerPosLook.EnumFlags |
Constructor and Description |
---|
S08PacketPlayerPosLook() |
S08PacketPlayerPosLook(double xIn,
double yIn,
double zIn,
float yawIn,
float pitchIn,
java.util.Set<S08PacketPlayerPosLook.EnumFlags> p_i45993_9_) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<S08PacketPlayerPosLook.EnumFlags> |
func_179834_f() |
float |
getPitch() |
double |
getX() |
double |
getY() |
float |
getYaw() |
double |
getZ() |
void |
processPacket(INetHandlerPlayClient handler)
Passes this Packet on to the NetHandler for processing.
|
void |
readPacketData(PacketBuffer buf)
Reads the raw packet data from the data stream.
|
void |
writePacketData(PacketBuffer buf)
Writes the raw packet data to the data stream.
|
public S08PacketPlayerPosLook()
public S08PacketPlayerPosLook(double xIn, double yIn, double zIn, float yawIn, float pitchIn, java.util.Set<S08PacketPlayerPosLook.EnumFlags> p_i45993_9_)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
java.io.IOException
public void processPacket(INetHandlerPlayClient handler)
processPacket
in interface Packet<INetHandlerPlayClient>
public double getX()
public double getY()
public double getZ()
public float getYaw()
public float getPitch()
public java.util.Set<S08PacketPlayerPosLook.EnumFlags> func_179834_f()