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 agiintermediary net/minecraft/class_2828named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final booleanprotected final booleanprotected final booleanprotected final floatprotected final doubleprotected final doubleprotected final floatprotected final double -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPlayerMoveC2SPacket(double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) booleanbooleanabstract PacketType<? extends PlayerMoveC2SPacket> floatgetPitch(float currentPitch) doublegetX(double currentX) doublegetY(double currentY) floatgetYaw(float currentYaw) doublegetZ(double currentZ) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
x
protected final double x- Mappings:
Namespace Name Mixin selector official aLagi;a:Dintermediary field_12889Lnet/minecraft/class_2828;field_12889:Dnamed xLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;x:D
-
y
protected final double y- Mappings:
Namespace Name Mixin selector official bLagi;b:Dintermediary field_12886Lnet/minecraft/class_2828;field_12886:Dnamed yLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;y:D
-
z
protected final double z- Mappings:
Namespace Name Mixin selector official cLagi;c:Dintermediary field_12884Lnet/minecraft/class_2828;field_12884:Dnamed zLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;z:D
-
yaw
protected final float yaw- Mappings:
Namespace Name Mixin selector official dLagi;d:Fintermediary field_12887Lnet/minecraft/class_2828;field_12887:Fnamed yawLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;yaw:F
-
pitch
protected final float pitch- Mappings:
Namespace Name Mixin selector official eLagi;e:Fintermediary field_12885Lnet/minecraft/class_2828;field_12885:Fnamed pitchLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;pitch:F
-
onGround
protected final boolean onGround- Mappings:
Namespace Name Mixin selector official fLagi;f:Zintermediary field_29179Lnet/minecraft/class_2828;field_29179:Znamed onGroundLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;onGround:Z
-
changePosition
protected final boolean changePosition- Mappings:
Namespace Name Mixin selector official gLagi;g:Zintermediary field_12890Lnet/minecraft/class_2828;field_12890:Znamed changePositionLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changePosition:Z
-
changeLook
protected final boolean changeLook- Mappings:
Namespace Name Mixin selector official hLagi;h:Zintermediary field_12888Lnet/minecraft/class_2828;field_12888:Znamed changeLookLnet/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>Lagi;<init>(DDDFFZZZ)Vintermediary <init>Lnet/minecraft/class_2828;<init>(DDDFFZZZ)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;<init>(DDDFFZZZ)V
-
-
Method Details
-
getPacketId
- Specified by:
getPacketIdin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLyn;a()Lyp;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named getPacketIdLnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLagi;a(Lafl;)Vintermediary method_12272Lnet/minecraft/class_2828;method_12272(Lnet/minecraft/class_2792;)Vnamed applyLnet/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 aLagi;a(D)Dintermediary method_12269Lnet/minecraft/class_2828;method_12269(D)Dnamed getXLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getX(D)D
-
getY
public double getY(double currentY) - Mappings:
Namespace Name Mixin selector official bLagi;b(D)Dintermediary method_12268Lnet/minecraft/class_2828;method_12268(D)Dnamed getYLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getY(D)D
-
getZ
public double getZ(double currentZ) - Mappings:
Namespace Name Mixin selector official cLagi;c(D)Dintermediary method_12274Lnet/minecraft/class_2828;method_12274(D)Dnamed getZLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getZ(D)D
-
getYaw
public float getYaw(float currentYaw) - Mappings:
Namespace Name Mixin selector official aLagi;a(F)Fintermediary method_12271Lnet/minecraft/class_2828;method_12271(F)Fnamed getYawLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getYaw(F)F
-
getPitch
public float getPitch(float currentPitch) - Mappings:
Namespace Name Mixin selector official bLagi;b(F)Fintermediary method_12270Lnet/minecraft/class_2828;method_12270(F)Fnamed getPitchLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getPitch(F)F
-
isOnGround
public boolean isOnGround()- Mappings:
Namespace Name Mixin selector official bLagi;b()Zintermediary method_12273Lnet/minecraft/class_2828;method_12273()Znamed isOnGroundLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isOnGround()Z
-
changesPosition
public boolean changesPosition()- Mappings:
Namespace Name Mixin selector official eLagi;e()Zintermediary method_36171Lnet/minecraft/class_2828;method_36171()Znamed changesPositionLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesPosition()Z
-
changesLook
public boolean changesLook()- Mappings:
Namespace Name Mixin selector official fLagi;f()Zintermediary method_36172Lnet/minecraft/class_2828;method_36172()Znamed changesLookLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changesLook()Z
-