Class PlayerMoveC2SPacket.Full
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket.Full
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Enclosing class:
PlayerMoveC2SPacket
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Fullintermediary net/minecraft/class_2828$class_2830official ahz$b
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
PlayerMoveC2SPacket.Full, PlayerMoveC2SPacket.LookAndOnGround, PlayerMoveC2SPacket.OnGroundOnly, PlayerMoveC2SPacket.PositionAndOnGround -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, PlayerMoveC2SPacket.Full> Fields inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
changeLook, changePosition, horizontalCollision, onGround, pitch, x, y, yaw, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static PlayerMoveC2SPacket.Fullread(PacketByteBuf buf) private voidwrite(PacketByteBuf buf) Methods inherited from class net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
apply, changeLook, changePosition, changesLook, changesPosition, getPitch, getX, getY, getYaw, getZ, horizontalCollision, isOnGround, toFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_48199Lnet/minecraft/class_2828$class_2830;field_48199:Lnet/minecraft/class_9139;official jLahz$b;j:Lze;
-
-
Constructor Details
-
Full
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;<init>(Lnet/minecraft/util/math/Vec3d;FFZZ)Vintermediary <init>Lnet/minecraft/class_2828$class_2830;<init>(Lnet/minecraft/class_243;FFZZ)Vofficial <init>Lahz$b;<init>(Lfgc;FFZZ)V
-
Full
public Full(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean horizontalCollision) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;<init>(DDDFFZZ)Vintermediary <init>Lnet/minecraft/class_2828$class_2830;<init>(DDDFFZZ)Vofficial <init>Lahz$b;<init>(DDDFFZZ)V
-
-
Method Details
-
read
- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;intermediary method_34222Lnet/minecraft/class_2828$class_2830;method_34222(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2828$class_2830;official aLahz$b;a(Lvy;)Lahz$b;
-
write
- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55980Lnet/minecraft/class_2828$class_2830;method_55980(Lnet/minecraft/class_2540;)Vofficial bLahz$b;b(Lvy;)V
-
getPacketType
- Specified by:
getPacketTypein interfacePacket<ServerPlayPacketListener>- Specified by:
getPacketTypein classPlayerMoveC2SPacket- Mappings:
Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzo;a()Lzq;
-