Class CPlayerPacket.PositionRotationPacket
java.lang.Object
net.minecraft.network.play.client.CPlayerPacket
net.minecraft.network.play.client.CPlayerPacket.PositionRotationPacket
- All Implemented Interfaces:
IPacket<IServerPlayNetHandler>
- Enclosing class:
- CPlayerPacket
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.play.client.CPlayerPacket
CPlayerPacket.PositionPacket, CPlayerPacket.PositionRotationPacket, CPlayerPacket.RotationPacket
-
Field Summary
-
Constructor Summary
ConstructorDescriptionPositionRotationPacket
(double p_i46865_1_, double p_i46865_3_, double p_i46865_5_, float p_i46865_7_, float p_i46865_8_, boolean p_i46865_9_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Constructor Details
-
PositionRotationPacket
public PositionRotationPacket() -
PositionRotationPacket
public PositionRotationPacket(double p_i46865_1_, double p_i46865_3_, double p_i46865_5_, float p_i46865_7_, float p_i46865_8_, boolean p_i46865_9_)
-
-
Method Details
-
read
- Specified by:
read
in interfaceIPacket<IServerPlayNetHandler>
- Overrides:
read
in classCPlayerPacket
- Throws:
IOException
-
write
- Specified by:
write
in interfaceIPacket<IServerPlayNetHandler>
- Overrides:
write
in classCPlayerPacket
- Throws:
IOException
-