public static class SPacketEntity.Move extends SPacketEntity
SPacketEntity.Look, SPacketEntity.Move, SPacketEntity.RelMove
Constructor and Description |
---|
Move() |
Move(int entityIdIn,
long xIn,
long yIn,
long zIn,
byte yawIn,
byte pitchIn,
boolean onGroundIn) |
Modifier and Type | Method and Description |
---|---|
void |
readPacketData(PacketBuffer buf) |
void |
writePacketData(PacketBuffer buf) |
getEntity, getOnGround, getPitch, getX, getY, getYaw, getZ, isRotating, processPacket, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
shouldSkipErrors
public Move()
public Move(int entityIdIn, long xIn, long yIn, long zIn, byte yawIn, byte pitchIn, boolean onGroundIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData
in interface Packet<INetHandlerPlayClient>
readPacketData
in class SPacketEntity
java.io.IOException
public void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData
in interface Packet<INetHandlerPlayClient>
writePacketData
in class SPacketEntity
java.io.IOException