public class SPacketEntityTeleport extends java.lang.Object implements Packet<INetHandlerPlayClient>
| Modifier and Type | Field and Description |
|---|---|
private int |
entityId |
private boolean |
onGround |
private byte |
pitch |
private double |
posX |
private double |
posY |
private double |
posZ |
private byte |
yaw |
| Constructor and Description |
|---|
SPacketEntityTeleport() |
SPacketEntityTeleport(Entity entityIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
boolean |
getOnGround() |
byte |
getPitch() |
double |
getX() |
double |
getY() |
byte |
getYaw() |
double |
getZ() |
void |
processPacket(INetHandlerPlayClient handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
private int entityId
private double posX
private double posY
private double posZ
private byte yaw
private byte pitch
private boolean onGround
public SPacketEntityTeleport()
public SPacketEntityTeleport(Entity entityIn)
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 int getEntityId()
public double getX()
public double getY()
public double getZ()
public byte getYaw()
public byte getPitch()
public boolean getOnGround()