Class PlayerMoveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Direct Known Subclasses:
PlayerMoveC2SPacket.Both,PlayerMoveC2SPacket.class_5911,PlayerMoveC2SPacket.LookOnly,PlayerMoveC2SPacket.PositionOnly
public abstract class PlayerMoveC2SPacket extends Object implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official txintermediary net/minecraft/class_2828named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlayerMoveC2SPacket.Bothstatic classPlayerMoveC2SPacket.class_5911static classPlayerMoveC2SPacket.LookOnlystatic classPlayerMoveC2SPacket.PositionOnly -
Field Summary
Fields Modifier and Type Field Description protected booleanchangeLookprotected booleanchangePositionprotected booleanfield_29179protected floatpitchprotected doublexprotected doubleyprotected floatyawprotected doublez -
Constructor Summary
Constructors Modifier Constructor Description protectedPlayerMoveC2SPacket(double double2, double double3, double double4, float float2, float float3, boolean bool, boolean bool2, boolean bool3) -
Method Summary
Modifier and Type Method Description voidapply(ServerPlayPacketListener serverPlayPacketListener)floatgetPitch(float currentPitch)doublegetX(double currentX)doublegetY(double currentY)floatgetYaw(float currentYaw)doublegetZ(double currentZ)booleanisOnGround()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable, write
-
Field Details
-
x
protected final double x- Mappings:
Namespace Name Mixin selector official aLtx;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 bLtx;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 cLtx;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 dLtx;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 eLtx;e:Fintermediary field_12885Lnet/minecraft/class_2828;field_12885:Fnamed pitchLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;pitch:F
-
field_29179
protected final boolean field_29179- Mappings:
Namespace Name Mixin selector official fLtx;f:Zintermediary field_29179Lnet/minecraft/class_2828;field_29179:Znamed field_29179Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;field_29179:Z
-
changePosition
protected final boolean changePosition- Mappings:
Namespace Name Mixin selector official gLtx;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 hLtx;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 double2, double double3, double double4, float float2, float float3, boolean bool, boolean bool2, boolean bool3)
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLtx;a(Lte;)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 aLtx;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 bLtx;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 cLtx;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 aLtx;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 bLtx;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 bLtx;b()Zintermediary method_12273Lnet/minecraft/class_2828;method_12273()Znamed isOnGroundLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isOnGround()Z
-