public class SPacketPlayerPosLook extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Modifier and Type | Class and Description |
|---|---|
static class |
SPacketPlayerPosLook.EnumFlags |
| Constructor and Description |
|---|
SPacketPlayerPosLook() |
SPacketPlayerPosLook(double xIn,
double yIn,
double zIn,
float yawIn,
float pitchIn,
java.util.Set<SPacketPlayerPosLook.EnumFlags> flagsIn,
int teleportIdIn) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<SPacketPlayerPosLook.EnumFlags> |
getFlags() |
float |
getPitch() |
int |
getTeleportId() |
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 SPacketPlayerPosLook()
public SPacketPlayerPosLook(double xIn,
double yIn,
double zIn,
float yawIn,
float pitchIn,
java.util.Set<SPacketPlayerPosLook.EnumFlags> flagsIn,
int teleportIdIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface Packet<INetHandlerPlayClient>java.io.IOExceptionpublic 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 int getTeleportId()
public java.util.Set<SPacketPlayerPosLook.EnumFlags> getFlags()