public class SEntityTeleportPacket extends java.lang.Object implements IPacket<IClientPlayNetHandler>
| 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 |
|---|
SEntityTeleportPacket() |
SEntityTeleportPacket(Entity entityIn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
byte |
getPitch() |
double |
getX() |
double |
getY() |
byte |
getYaw() |
double |
getZ() |
boolean |
isOnGround() |
void |
processPacket(IClientPlayNetHandler handler) |
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorsprivate int entityId
private double posX
private double posY
private double posZ
private byte yaw
private byte pitch
private boolean onGround
public SEntityTeleportPacket()
public SEntityTeleportPacket(Entity entityIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData in interface IPacket<IClientPlayNetHandler>java.io.IOExceptionpublic void processPacket(IClientPlayNetHandler handler)
processPacket in interface IPacket<IClientPlayNetHandler>public int getEntityId()
public double getX()
public double getY()
public double getZ()
public byte getYaw()
public byte getPitch()
public boolean isOnGround()