Class PlayerMoveC2SPacket.LookOnly
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.LookOnly
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Enclosing class:
- PlayerMoveC2SPacket
public static class PlayerMoveC2SPacket.LookOnly extends PlayerMoveC2SPacket
- Mappings:
Namespace Name official tl$cintermediary net/minecraft/class_2828$class_2831named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$LookOnly
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
PlayerMoveC2SPacket.Both, PlayerMoveC2SPacket.LookOnly, PlayerMoveC2SPacket.PositionOnly -
Field Summary
Fields inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
changeLook, changePosition, onGround, pitch, x, y, yaw, z -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
apply, getPitch, getX, getY, getYaw, getZ, isOnGroundMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Constructor Details
-
LookOnly
public LookOnly() -
LookOnly
- Mappings:
Namespace Name Mixin selector official <init>Ltl$c;<init>(FFZ)Vintermediary <init>Lnet/minecraft/class_2828$class_2831;<init>(FFZ)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$LookOnly;<init>(FFZ)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Overrides:
readin classPlayerMoveC2SPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Overrides:
writein classPlayerMoveC2SPacket- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-