Class PlayerMoveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Direct Known Subclasses:
PlayerMoveC2SPacket.Full
,PlayerMoveC2SPacket.LookAndOnGround
,PlayerMoveC2SPacket.OnGroundOnly
,PlayerMoveC2SPacket.PositionAndOnGround
public abstract class PlayerMoveC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official agw
intermediary net/minecraft/class_2828
named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final boolean
protected final boolean
protected final boolean
protected final float
protected final double
protected final double
protected final float
protected final double
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PlayerMoveC2SPacket
(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) boolean
boolean
abstract PacketType
<? extends PlayerMoveC2SPacket> float
getPitch
(float currentPitch) double
getX
(double currentX) double
getY
(double currentY) float
getYaw
(float currentYaw) double
getZ
(double currentZ) boolean
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
-
x
protected final double x- Mappings:
Namespace Name Mixin selector official a
Lagw;a:D
intermediary field_12889
Lnet/minecraft/class_2828;field_12889:D
named x
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;x:D
-
y
protected final double y- Mappings:
Namespace Name Mixin selector official b
Lagw;b:D
intermediary field_12886
Lnet/minecraft/class_2828;field_12886:D
named y
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;y:D
-
z
protected final double z- Mappings:
Namespace Name Mixin selector official c
Lagw;c:D
intermediary field_12884
Lnet/minecraft/class_2828;field_12884:D
named z
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;z:D
-
yaw
protected final float yaw- Mappings:
Namespace Name Mixin selector official d
Lagw;d:F
intermediary field_12887
Lnet/minecraft/class_2828;field_12887:F
named yaw
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;yaw:F
-
pitch
protected final float pitch- Mappings:
Namespace Name Mixin selector official e
Lagw;e:F
intermediary field_12885
Lnet/minecraft/class_2828;field_12885:F
named pitch
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;pitch:F
-
onGround
protected final boolean onGround- Mappings:
Namespace Name Mixin selector official f
Lagw;f:Z
intermediary field_29179
Lnet/minecraft/class_2828;field_29179:Z
named onGround
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;onGround:Z
-
changePosition
protected final boolean changePosition- Mappings:
Namespace Name Mixin selector official g
Lagw;g:Z
intermediary field_12890
Lnet/minecraft/class_2828;field_12890:Z
named changePosition
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changePosition:Z
-
changeLook
protected final boolean changeLook- Mappings:
Namespace Name Mixin selector official h
Lagw;h:Z
intermediary field_12888
Lnet/minecraft/class_2828;field_12888:Z
named changeLook
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changeLook:Z
-
-
Constructor Details
-
PlayerMoveC2SPacket
protected PlayerMoveC2SPacket(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook) - Mappings:
Namespace Name Mixin selector official <init>
Lagw;<init>(DDDFFZZZ)V
intermediary <init>
Lnet/minecraft/class_2828;<init>(DDDFFZZZ)V
named <init>
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;<init>(DDDFFZZZ)V
-
-
Method Details
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lzb;a()Lzd;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lagw;a(Lafz;)V
intermediary method_12272
Lnet/minecraft/class_2828;method_12272(Lnet/minecraft/class_2792;)V
named apply
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getX
public double getX(double currentX) - Mappings:
Namespace Name Mixin selector official a
Lagw;a(D)D
intermediary method_12269
Lnet/minecraft/class_2828;method_12269(D)D
named getX
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getX(D)D
-
getY
public double getY(double currentY) - Mappings:
Namespace Name Mixin selector official b
Lagw;b(D)D
intermediary method_12268
Lnet/minecraft/class_2828;method_12268(D)D
named getY
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getY(D)D
-
getZ
public double getZ(double currentZ) - Mappings:
Namespace Name Mixin selector official c
Lagw;c(D)D
intermediary method_12274
Lnet/minecraft/class_2828;method_12274(D)D
named getZ
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getZ(D)D
-
getYaw
public float getYaw(float currentYaw) - Mappings:
Namespace Name Mixin selector official a
Lagw;a(F)F
intermediary method_12271
Lnet/minecraft/class_2828;method_12271(F)F
named getYaw
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getYaw(F)F
-
getPitch
public float getPitch(float currentPitch) - Mappings:
Namespace Name Mixin selector official b
Lagw;b(F)F
intermediary method_12270
Lnet/minecraft/class_2828;method_12270(F)F
named getPitch
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getPitch(F)F
-
isOnGround
public boolean isOnGround()- Mappings:
Namespace Name Mixin selector official b
Lagw;b()Z
intermediary method_12273
Lnet/minecraft/class_2828;method_12273()Z
named isOnGround
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isOnGround()Z
-
changesPosition
public boolean changesPosition()- Mappings:
Namespace Name Mixin selector official e
Lagw;e()Z
intermediary method_36171
Lnet/minecraft/class_2828;method_36171()Z
named changesPosition
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesPosition()Z
-
changesLook
public boolean changesLook()- Mappings:
Namespace Name Mixin selector official f
Lagw;f()Z
intermediary method_36172
Lnet/minecraft/class_2828;method_36172()Z
named changesLook
Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesLook()Z
-