Class EntityS2CPacket.Rotate
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityS2CPacket
net.minecraft.network.packet.s2c.play.EntityS2CPacket.Rotate
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Enclosing class:
EntityS2CPacket
- Mappings:
Namespace Name official yo$c
intermediary net/minecraft/class_2684$class_2687
named net/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
EntityS2CPacket.MoveRelative, EntityS2CPacket.Rotate, EntityS2CPacket.RotateAndMoveRelative
-
Field Summary
Fields inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
deltaX, deltaY, deltaZ, id, onGround, pitch, positionChanged, rotate, yaw
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EntityS2CPacket.Rotate
read
(PacketByteBuf buf) void
write
(PacketByteBuf buf) Methods inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
apply, getDeltaX, getDeltaY, getDeltaZ, getEntity, getPitch, getYaw, hasRotation, isOnGround, isPositionChanged, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
getNewNetworkState, isWritingErrorSkippable
-
Constructor Details
-
Rotate
public Rotate(int entityId, byte yaw, byte pitch, boolean onGround) - Mappings:
Namespace Name Mixin selector official <init>
Lyo$c;<init>(IBBZ)V
intermediary <init>
Lnet/minecraft/class_2684$class_2687;<init>(IBBZ)V
named <init>
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;<init>(IBBZ)V
-
-
Method Details
-
read
- Mappings:
Namespace Name Mixin selector official b
Lyo$c;b(Lso;)Lyo$c;
intermediary method_34140
Lnet/minecraft/class_2684$class_2687;method_34140(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2684$class_2687;
named read
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;
-
write
- Mappings:
Namespace Name Mixin selector official a
Lvd;a(Lso;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-