Class VehicleMoveS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.VehicleMoveS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket
intermediary net/minecraft/class_2692
official aed
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, VehicleMoveS2CPacket> private final float
private final double
private final double
private final float
private final double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) float
getPitch()
double
getX()
double
getY()
float
getYaw()
double
getZ()
private 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.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47943
Lnet/minecraft/class_2692;field_47943:Lnet/minecraft/class_9139;
official a
Laed;a:Lzn;
-
x
private final double x- Mappings:
Namespace Name Mixin selector named x
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;x:D
intermediary field_12324
Lnet/minecraft/class_2692;field_12324:D
official b
Laed;b:D
-
y
private final double y- Mappings:
Namespace Name Mixin selector named y
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;y:D
intermediary field_12322
Lnet/minecraft/class_2692;field_12322:D
official c
Laed;c:D
-
z
private final double z- Mappings:
Namespace Name Mixin selector named z
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;z:D
intermediary field_12320
Lnet/minecraft/class_2692;field_12320:D
official d
Laed;d:D
-
yaw
private final float yaw- Mappings:
Namespace Name Mixin selector named yaw
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;yaw:F
intermediary field_12323
Lnet/minecraft/class_2692;field_12323:F
official e
Laed;e:F
-
pitch
private final float pitch- Mappings:
Namespace Name Mixin selector named pitch
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;pitch:F
intermediary field_12321
Lnet/minecraft/class_2692;field_12321:F
official f
Laed;f:F
-
-
Constructor Details
-
VehicleMoveS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;<init>(Lnet/minecraft/entity/Entity;)V
intermediary <init>
Lnet/minecraft/class_2692;<init>(Lnet/minecraft/class_1297;)V
official <init>
Laed;<init>(Lbsw;)V
-
VehicleMoveS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2692;<init>(Lnet/minecraft/class_2540;)V
official <init>
Laed;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55893
Lnet/minecraft/class_2692;method_55893(Lnet/minecraft/class_2540;)V
official a
Laed;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
intermediary method_11672
Lnet/minecraft/class_2692;method_11672(Lnet/minecraft/class_2602;)V
official a
Laed;a(Laci;)V
-
getX
public double getX()- Mappings:
Namespace Name Mixin selector named getX
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getX()D
intermediary method_11673
Lnet/minecraft/class_2692;method_11673()D
official b
Laed;b()D
-
getY
public double getY()- Mappings:
Namespace Name Mixin selector named getY
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getY()D
intermediary method_11674
Lnet/minecraft/class_2692;method_11674()D
official e
Laed;e()D
-
getZ
public double getZ()- Mappings:
Namespace Name Mixin selector named getZ
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getZ()D
intermediary method_11670
Lnet/minecraft/class_2692;method_11670()D
official f
Laed;f()D
-
getYaw
public float getYaw()- Mappings:
Namespace Name Mixin selector named getYaw
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getYaw()F
intermediary method_11675
Lnet/minecraft/class_2692;method_11675()F
official g
Laed;g()F
-
getPitch
public float getPitch()- Mappings:
Namespace Name Mixin selector named getPitch
Lnet/minecraft/network/packet/s2c/play/VehicleMoveS2CPacket;getPitch()F
intermediary method_11671
Lnet/minecraft/class_2692;method_11671()F
official h
Laed;h()F
-