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 Summary
-
Constructor Summary
Constructors Constructor Description VehicleMoveS2CPacket()
VehicleMoveS2CPacket(Entity entity)
-
Method Summary
Modifier and Type Method Description void
apply(ClientPlayPacketListener clientPlayPacketListener)
float
getPitch()
double
getX()
double
getY()
float
getYaw()
double
getZ()
void
read(PacketByteBuf buf)
void
write(PacketByteBuf buf)
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
-
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
- 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
- Specified by:
read
in interfacePacket<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
- Specified by:
write
in interfacePacket<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
- Specified by:
apply
in interfacePacket<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
- 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
- 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
- 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
- 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
- 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
-