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
public static class EntityS2CPacket.Rotate extends EntityS2CPacket
- Mappings:
Namespace Name official gv$cintermediary net/minecraft/class_1504$class_1507named 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
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class net.minecraft.network.packet.s2c.play.EntityS2CPacket
apply, getEntity, getPitch, getX, getY, getYaw, getZ, isOnGround, shouldRotate, toString
-
Constructor Details
-
Rotate
public Rotate() -
Rotate
public Rotate(int id, byte yaw, byte pitch, boolean onGround)- Mappings:
Namespace Name Mixin selector official <init>Lgv$c;<init>(IBBZ)Vintermediary <init>Lnet/minecraft/class_1504$class_1507;<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 aLff;a(Lem;)Vintermediary method_5238Lnet/minecraft/class_1457;method_5238(Lnet/minecraft/class_1435;)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 bLff;b(Lem;)Vintermediary method_5240Lnet/minecraft/class_1457;method_5240(Lnet/minecraft/class_1435;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-