Class VehicleMoveS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
All Implemented Interfaces:
Packet<ClientPlayPacketListener>

public class VehicleMoveS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
Mappings:
Namespace Name
official qt
intermediary net/minecraft/class_2692
named net/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket
  • Field Details

    • x

      private double x
      Mappings:
      Namespace Name Mixin selector
      official a Lqt;a:D
      intermediary field_12324 Lnet/minecraft/class_2692;field_12324:D
      named x Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;x:D
    • y

      private double y
      Mappings:
      Namespace Name Mixin selector
      official b Lqt;b:D
      intermediary field_12322 Lnet/minecraft/class_2692;field_12322:D
      named y Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;y:D
    • z

      private double z
      Mappings:
      Namespace Name Mixin selector
      official c Lqt;c:D
      intermediary field_12320 Lnet/minecraft/class_2692;field_12320:D
      named z Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;z:D
    • yaw

      private float yaw
      Mappings:
      Namespace Name Mixin selector
      official d Lqt;d:F
      intermediary field_12323 Lnet/minecraft/class_2692;field_12323:F
      named yaw Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;yaw:F
    • pitch

      private float pitch
      Mappings:
      Namespace Name Mixin selector
      official e Lqt;e:F
      intermediary field_12321 Lnet/minecraft/class_2692;field_12321:F
      named pitch Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;pitch:F
  • Constructor Details

    • VehicleMoveS2CPacket

      public VehicleMoveS2CPacket()
    • VehicleMoveS2CPacket

      public VehicleMoveS2CPacket​(Entity entity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lqt;<init>(Laqv;)V
      intermediary <init> Lnet/minecraft/class_2692;<init>(Lnet/minecraft/class_1297;)V
      named <init> Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;<init>(Lnet/minecraft/entity/Entity;)V
  • Method Details

    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientPlayPacketListener>
      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

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientPlayPacketListener>
      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
    • apply

      public void apply​(ClientPlayPacketListener clientPlayPacketListener)
      Specified by:
      apply in interface Packet<ClientPlayPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lqt;a(Lpd;)V
      intermediary method_11672 Lnet/minecraft/class_2692;method_11672(Lnet/minecraft/class_2602;)V
      named apply Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
    • getX

      @Environment(CLIENT) public double getX()
      Mappings:
      Namespace Name Mixin selector
      official b Lqt;b()D
      intermediary method_11673 Lnet/minecraft/class_2692;method_11673()D
      named getX Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getX()D
    • getY

      @Environment(CLIENT) public double getY()
      Mappings:
      Namespace Name Mixin selector
      official c Lqt;c()D
      intermediary method_11674 Lnet/minecraft/class_2692;method_11674()D
      named getY Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getY()D
    • getZ

      @Environment(CLIENT) public double getZ()
      Mappings:
      Namespace Name Mixin selector
      official d Lqt;d()D
      intermediary method_11670 Lnet/minecraft/class_2692;method_11670()D
      named getZ Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getZ()D
    • getYaw

      @Environment(CLIENT) public float getYaw()
      Mappings:
      Namespace Name Mixin selector
      official e Lqt;e()F
      intermediary method_11675 Lnet/minecraft/class_2692;method_11675()F
      named getYaw Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getYaw()F
    • getPitch

      @Environment(CLIENT) public float getPitch()
      Mappings:
      Namespace Name Mixin selector
      official f Lqt;f()F
      intermediary method_11671 Lnet/minecraft/class_2692;method_11671()F
      named getPitch Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getPitch()F