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

public static class PlayerMoveC2SPacket.Full extends PlayerMoveC2SPacket
Mappings:
Namespace Name
official zm$b
intermediary net/minecraft/class_2828$class_2830
named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full
  • Constructor Details

    • Full

      public Full(double x, double y, double z, float yaw, float pitch, boolean onGround)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lzm$b;<init>(DDDFFZ)V
      intermediary <init> Lnet/minecraft/class_2828$class_2830;<init>(DDDFFZ)V
      named <init> Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;<init>(DDDFFZ)V
  • Method Details

    • read

      public static PlayerMoveC2SPacket.Full read(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official b Lzm$b;b(Lsd;)Lzm$b;
      intermediary method_34222 Lnet/minecraft/class_2828$class_2830;method_34222(Lnet/minecraft/class_2540;)Lnet/minecraft/class_2828$class_2830;
      named read Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;read(Lnet/minecraft/network/PacketByteBuf;)Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket$Full;
    • write

      public void write(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)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