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 aia$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
ConstructorsConstructorDescriptionFull(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean horizontalCollision) -
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
changeLook, changePosition, changesLook, changesPosition, getPitch, getX, getY, getYaw, getZ, horizontalCollision, isOnGround, method_65081, 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 jLaia$b;j:Lzi;
-
-
Constructor Details
-
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>Laia$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 aLaia$b;a(Lwh;)Laia$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 bLaia$b;b(Lwh;)V
-
method_65080
- Specified by:
method_65080in interfacePacket<ServerPlayPacketListener>- Specified by:
method_65080in classPlayerMoveC2SPacket- Mappings:
Namespace Name Mixin selector named method_65080Lnet/minecraft/network/packet/Packet;method_65080()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzr;a()Lzt;
-