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 qtintermediary net/minecraft/class_2692named 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 voidapply(ClientPlayPacketListener clientPlayPacketListener)floatgetPitch()doublegetX()doublegetY()floatgetYaw()doublegetZ()voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Field Details
-
x
private double x- Mappings:
Namespace Name Mixin selector official aLqt;a:Dintermediary field_12324Lnet/minecraft/class_2692;field_12324:Dnamed xLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;x:D
-
y
private double y- Mappings:
Namespace Name Mixin selector official bLqt;b:Dintermediary field_12322Lnet/minecraft/class_2692;field_12322:Dnamed yLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;y:D
-
z
private double z- Mappings:
Namespace Name Mixin selector official cLqt;c:Dintermediary field_12320Lnet/minecraft/class_2692;field_12320:Dnamed zLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;z:D
-
yaw
private float yaw- Mappings:
Namespace Name Mixin selector official dLqt;d:Fintermediary field_12323Lnet/minecraft/class_2692;field_12323:Fnamed yawLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;yaw:F
-
pitch
private float pitch- Mappings:
Namespace Name Mixin selector official eLqt;e:Fintermediary field_12321Lnet/minecraft/class_2692;field_12321:Fnamed pitchLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;pitch:F
-
-
Constructor Details
-
VehicleMoveS2CPacket
public VehicleMoveS2CPacket() -
VehicleMoveS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>Lqt;<init>(Laqv;)Vintermediary <init>Lnet/minecraft/class_2692;<init>(Lnet/minecraft/class_1297;)Vnamed <init>Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;<init>(Lnet/minecraft/entity/Entity;)V
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ClientPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ClientPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLqt;a(Lpd;)Vintermediary method_11672Lnet/minecraft/class_2692;method_11672(Lnet/minecraft/class_2602;)Vnamed applyLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getX
- Mappings:
Namespace Name Mixin selector official bLqt;b()Dintermediary method_11673Lnet/minecraft/class_2692;method_11673()Dnamed getXLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getX()D
-
getY
- Mappings:
Namespace Name Mixin selector official cLqt;c()Dintermediary method_11674Lnet/minecraft/class_2692;method_11674()Dnamed getYLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getY()D
-
getZ
- Mappings:
Namespace Name Mixin selector official dLqt;d()Dintermediary method_11670Lnet/minecraft/class_2692;method_11670()Dnamed getZLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getZ()D
-
getYaw
- Mappings:
Namespace Name Mixin selector official eLqt;e()Fintermediary method_11675Lnet/minecraft/class_2692;method_11675()Fnamed getYawLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getYaw()F
-
getPitch
- Mappings:
Namespace Name Mixin selector official fLqt;f()Fintermediary method_11671Lnet/minecraft/class_2692;method_11671()Fnamed getPitchLnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getPitch()F
-