Class VehicleMoveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.VehicleMoveC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket
intermediary net/minecraft/class_2833
official ahv
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, VehicleMoveC2SPacket> private final float
private final double
private final double
private final float
private final double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) 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/c2s/play/VehicleMoveC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48202
Lnet/minecraft/class_2833;field_48202:Lnet/minecraft/class_9139;
official a
Lahv;a:Lzn;
-
x
private final double x- Mappings:
Namespace Name Mixin selector named x
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;x:D
intermediary field_12899
Lnet/minecraft/class_2833;field_12899:D
official b
Lahv;b:D
-
y
private final double y- Mappings:
Namespace Name Mixin selector named y
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;y:D
intermediary field_12897
Lnet/minecraft/class_2833;field_12897:D
official c
Lahv;c:D
-
z
private final double z- Mappings:
Namespace Name Mixin selector named z
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;z:D
intermediary field_12895
Lnet/minecraft/class_2833;field_12895:D
official d
Lahv;d:D
-
yaw
private final float yaw- Mappings:
Namespace Name Mixin selector named yaw
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;yaw:F
intermediary field_12898
Lnet/minecraft/class_2833;field_12898:F
official e
Lahv;e:F
-
pitch
private final float pitch- Mappings:
Namespace Name Mixin selector named pitch
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;pitch:F
intermediary field_12896
Lnet/minecraft/class_2833;field_12896:F
official f
Lahv;f:F
-
-
Constructor Details
-
VehicleMoveC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;<init>(Lnet/minecraft/entity/Entity;)V
intermediary <init>
Lnet/minecraft/class_2833;<init>(Lnet/minecraft/class_1297;)V
official <init>
Lahv;<init>(Lbsw;)V
-
VehicleMoveC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2833;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lahv;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55983
Lnet/minecraft/class_2833;method_55983(Lnet/minecraft/class_2540;)V
official a
Lahv;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- 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<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_12278
Lnet/minecraft/class_2833;method_12278(Lnet/minecraft/class_2792;)V
official a
Lahv;a(Lagw;)V
-
getX
public double getX()- Mappings:
Namespace Name Mixin selector named getX
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;getX()D
intermediary method_12279
Lnet/minecraft/class_2833;method_12279()D
official b
Lahv;b()D
-
getY
public double getY()- Mappings:
Namespace Name Mixin selector named getY
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;getY()D
intermediary method_12280
Lnet/minecraft/class_2833;method_12280()D
official e
Lahv;e()D
-
getZ
public double getZ()- Mappings:
Namespace Name Mixin selector named getZ
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;getZ()D
intermediary method_12276
Lnet/minecraft/class_2833;method_12276()D
official f
Lahv;f()D
-
getYaw
public float getYaw()- Mappings:
Namespace Name Mixin selector named getYaw
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;getYaw()F
intermediary method_12281
Lnet/minecraft/class_2833;method_12281()F
official g
Lahv;g()F
-
getPitch
public float getPitch()- Mappings:
Namespace Name Mixin selector named getPitch
Lnet/minecraft/network/packet/c2s/play/VehicleMoveC2SPacket;getPitch()F
intermediary method_12277
Lnet/minecraft/class_2833;method_12277()F
official h
Lahv;h()F
-