public static class CPlayerPacket.PositionRotationPacket extends CPlayerPacket
CPlayerPacket.PositionPacket, CPlayerPacket.PositionRotationPacket, CPlayerPacket.RotationPacket| コンストラクタと説明 | 
|---|
| PositionRotationPacket() | 
| PositionRotationPacket(double xIn,
                      double yIn,
                      double zIn,
                      float yawIn,
                      float pitchIn,
                      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 PositionRotationPacket()
public PositionRotationPacket(double xIn,
                              double yIn,
                              double zIn,
                              float yawIn,
                              float pitchIn,
                              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