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 named net/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate
intermediary net/minecraft/class_2684$class_2687
official aec$c
-
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 TypeMethodDescriptionprivate static EntityS2CPacket.Rotate
read
(PacketByteBuf buf) private 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
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47942
Lnet/minecraft/class_2684$class_2687;field_47942:Lnet/minecraft/class_9139;
official j
Laec$c;j:Lzn;
-
-
Constructor Details
-
Rotate
public Rotate(int entityId, byte yaw, byte pitch, boolean onGround) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;<init>(IBBZ)V
intermediary <init>
Lnet/minecraft/class_2684$class_2687;<init>(IBBZ)V
official <init>
Laec$c;<init>(IBBZ)V
-
-
Method Details
-
read
- Mappings:
Namespace Name Mixin selector named read
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;
intermediary method_34140
Lnet/minecraft/class_2684$class_2687;method_34140(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2684$class_2687;
official a
Laec$c;a(Lwm;)Laec$c;
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55892
Lnet/minecraft/class_2684$class_2687;method_55892(Lnet/minecraft/class_2540;)V
official b
Laec$c;b(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Specified by:
getPacketId
in classEntityS2CPacket
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-