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$c
intermediary net/minecraft/class_2828$class_2831
named 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 void
read(PacketByteBuf buf)
void
write(PacketByteBuf buf)
Methods inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
apply, getPitch, getX, getY, getYaw, getZ, isOnGround
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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)V
intermediary <init>
Lnet/minecraft/class_2828$class_2831;<init>(FFZ)V
named <init>
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$LookOnly;<init>(FFZ)V
-
-
Method Details
-
read
- Specified by:
read
in interfacePacket<ServerPlayPacketListener>
- Overrides:
read
in classPlayerMoveC2SPacket
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Lpa;a(Lnw;)V
intermediary method_11053
Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
named read
Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
write
in interfacePacket<ServerPlayPacketListener>
- Overrides:
write
in classPlayerMoveC2SPacket
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official b
Lpa;b(Lnw;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-