Class CPlayerPacket.RotationPacket
- java.lang.Object
-
- net.minecraft.network.play.client.CPlayerPacket
-
- net.minecraft.network.play.client.CPlayerPacket.RotationPacket
-
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
- Enclosing class:
- CPlayerPacket
public static class CPlayerPacket.RotationPacket extends CPlayerPacket
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraft.network.play.client.CPlayerPacket
CPlayerPacket.PositionPacket, CPlayerPacket.PositionRotationPacket, CPlayerPacket.RotationPacket
-
-
Constructor Summary
Constructors Constructor Description RotationPacket()
RotationPacket(float p_i46863_1_, float p_i46863_2_, boolean p_i46863_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
read(PacketBuffer p_148837_1_)
void
write(PacketBuffer p_148840_1_)
-
Methods inherited from class net.minecraft.network.play.client.CPlayerPacket
getX, getXRot, getY, getYRot, getZ, handle, isOnGround
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.network.IPacket
isSkippable
-
-
-
-
Method Detail
-
read
public void read(PacketBuffer p_148837_1_) throws java.io.IOException
- Specified by:
read
in interfaceIPacket<IServerPlayNetHandler>
- Overrides:
read
in classCPlayerPacket
- Throws:
java.io.IOException
-
write
public void write(PacketBuffer p_148840_1_) throws java.io.IOException
- Specified by:
write
in interfaceIPacket<IServerPlayNetHandler>
- Overrides:
write
in classCPlayerPacket
- Throws:
java.io.IOException
-
-