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 - zx- intermediary - net/minecraft/class_2828- named - net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final booleanprotected final booleanprotected final booleanprotected final floatprotected final doubleprotected final doubleprotected final floatprotected final double
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedPlayerMoveC2SPacket(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.PacketisWritingErrorSkippable, write
- 
Field Details- 
xprotected final double x- Mappings:
- Namespace - Name - Mixin selector - official - a- Lzx;a:D- intermediary - field_12889- Lnet/minecraft/class_2828;field_12889:D- named - x- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;x:D
 
- 
yprotected final double y- Mappings:
- Namespace - Name - Mixin selector - official - b- Lzx;b:D- intermediary - field_12886- Lnet/minecraft/class_2828;field_12886:D- named - y- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;y:D
 
- 
zprotected final double z- Mappings:
- Namespace - Name - Mixin selector - official - c- Lzx;c:D- intermediary - field_12884- Lnet/minecraft/class_2828;field_12884:D- named - z- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;z:D
 
- 
yawprotected final float yaw- Mappings:
- Namespace - Name - Mixin selector - official - d- Lzx;d:F- intermediary - field_12887- Lnet/minecraft/class_2828;field_12887:F- named - yaw- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;yaw:F
 
- 
pitchprotected final float pitch- Mappings:
- Namespace - Name - Mixin selector - official - e- Lzx;e:F- intermediary - field_12885- Lnet/minecraft/class_2828;field_12885:F- named - pitch- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;pitch:F
 
- 
onGroundprotected final boolean onGround- Mappings:
- Namespace - Name - Mixin selector - official - f- Lzx;f:Z- intermediary - field_29179- Lnet/minecraft/class_2828;field_29179:Z- named - onGround- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;onGround:Z
 
- 
changePositionprotected final boolean changePosition- Mappings:
- Namespace - Name - Mixin selector - official - g- Lzx;g:Z- intermediary - field_12890- Lnet/minecraft/class_2828;field_12890:Z- named - changePosition- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changePosition:Z
 
- 
changeLookprotected final boolean changeLook- Mappings:
- Namespace - Name - Mixin selector - official - h- Lzx;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- 
PlayerMoveC2SPacketprotected PlayerMoveC2SPacket(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lzx;<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- 
apply- Specified by:
- applyin interface- Packet<ServerPlayPacketListener>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lzx;a(Lzb;)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
 
- 
getXpublic double getX(double currentX) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lzx;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
 
- 
getYpublic double getY(double currentY) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lzx;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
 
- 
getZpublic double getZ(double currentZ) - Mappings:
- Namespace - Name - Mixin selector - official - c- Lzx;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
 
- 
getYawpublic float getYaw(float currentYaw) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lzx;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
 
- 
getPitchpublic float getPitch(float currentPitch) - Mappings:
- Namespace - Name - Mixin selector - official - b- Lzx;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
 
- 
isOnGroundpublic boolean isOnGround()- Mappings:
- Namespace - Name - Mixin selector - official - a- Lzx;a()Z- intermediary - method_12273- Lnet/minecraft/class_2828;method_12273()Z- named - isOnGround- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isOnGround()Z
 
- 
changesPositionpublic boolean changesPosition()- Mappings:
- Namespace - Name - Mixin selector - official - c- Lzx;c()Z- intermediary - method_36171- Lnet/minecraft/class_2828;method_36171()Z- named - changesPosition- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesPosition()Z
 
- 
changesLookpublic boolean changesLook()- Mappings:
- Namespace - Name - Mixin selector - official - d- Lzx;d()Z- intermediary - method_36172- Lnet/minecraft/class_2828;method_36172()Z- named - changesLook- Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesLook()Z
 
 
-