public static class CPlayerPacket.PositionPacket extends CPlayerPacket
CPlayerPacket.PositionPacket, CPlayerPacket.PositionRotationPacket, CPlayerPacket.RotationPacket| コンストラクタと説明 |
|---|
PositionPacket() |
PositionPacket(double xIn,
double yIn,
double zIn,
boolean onGroundIn) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
getPitch, getX, getY, getYaw, getZ, isOnGround, processPacketclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshouldSkipErrorspublic PositionPacket()
public PositionPacket(double xIn,
double yIn,
double zIn,
boolean onGroundIn)
public void readPacketData(PacketBuffer buf) throws java.io.IOException
readPacketData インタフェース内 IPacket<IServerPlayNetHandler>readPacketData クラス内 CPlayerPacketjava.io.IOExceptionpublic void writePacketData(PacketBuffer buf) throws java.io.IOException
writePacketData インタフェース内 IPacket<IServerPlayNetHandler>writePacketData クラス内 CPlayerPacketjava.io.IOException