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 kl$cintermediary net/minecraft/class_2027$class_2030named 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
field_13775, field_13776, field_13777, id, onGround, pitch, rotate, yaw -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
apply, getEntity, getPitch, getYaw, isOnGround, method_7808, method_7809, method_7810, shouldRotate, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
method_20197
-
Constructor Details
-
Rotate
public Rotate() -
Rotate
public Rotate(int id, byte yaw, byte pitch, boolean onGround) - Mappings:
Namespace Name Mixin selector official <init>Lkl$c;<init>(IBBZ)Vintermediary <init>Lnet/minecraft/class_2027$class_2030;<init>(IBBZ)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/EntityS2CPacket$Rotate;<init>(IBBZ)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Overrides:
readin classEntityS2CPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLiv;a(Lhy;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Overrides:
writein classEntityS2CPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLiv;b(Lhy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-