Class PlayerMoveC2SPacket
java.lang.Object
net.minecraft.network.Packet
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
- Mappings:
Namespace Name official iqintermediary net/minecraft/class_2064named net/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected doubleprotected booleanprotected floatprotected doubleprotected doubleprotected floatprotected double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) floatgetPitch()doublegetX()doublegetY()floatgetYaw()doublegetZ()booleanbooleanbooleandoublevoidread(PacketByteBuf buf) voidsetPositionChanged(boolean changePosition) voidwrite(PacketByteBuf buf) Methods inherited from class net.minecraft.network.Packet
apply, method_7533, method_7534, method_7536, method_7537, method_7538, toString
-
Field Details
-
x
protected double x- Mappings:
Namespace Name Mixin selector official aLiq;a:Dintermediary field_8796Lnet/minecraft/class_2064;field_8796:Dnamed xLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;x:D
-
y
protected double y- Mappings:
Namespace Name Mixin selector official bLiq;b:Dintermediary field_8797Lnet/minecraft/class_2064;field_8797:Dnamed yLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;y:D
-
z
protected double z- Mappings:
Namespace Name Mixin selector official cLiq;c:Dintermediary field_8798Lnet/minecraft/class_2064;field_8798:Dnamed zLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;z:D
-
field_8799
protected double field_8799- Mappings:
Namespace Name Mixin selector official dLiq;d:Dintermediary field_8799Lnet/minecraft/class_2064;field_8799:Dnamed field_8799Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;field_8799:D
-
yaw
protected float yaw- Mappings:
Namespace Name Mixin selector official eLiq;e:Fintermediary field_8800Lnet/minecraft/class_2064;field_8800:Fnamed yawLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;yaw:F
-
pitch
protected float pitch- Mappings:
Namespace Name Mixin selector official fLiq;f:Fintermediary field_8801Lnet/minecraft/class_2064;field_8801:Fnamed pitchLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;pitch:F
-
onGround
protected boolean onGround- Mappings:
Namespace Name Mixin selector official gLiq;g:Zintermediary field_8802Lnet/minecraft/class_2064;field_8802:Znamed onGroundLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;onGround:Z
-
changePosition
protected boolean changePosition- Mappings:
Namespace Name Mixin selector official hLiq;h:Zintermediary field_8803Lnet/minecraft/class_2064;field_8803:Znamed changePositionLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changePosition:Z
-
changeLook
protected boolean changeLook- Mappings:
Namespace Name Mixin selector official iLiq;i:Zintermediary field_8804Lnet/minecraft/class_2064;field_8804:Znamed changeLookLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;changeLook:Z
-
-
Constructor Details
-
PlayerMoveC2SPacket
public PlayerMoveC2SPacket() -
PlayerMoveC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Liq;<init>(Z)Vintermediary <init>Lnet/minecraft/class_2064;<init>(Z)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;<init>(Z)V
-
-
Method Details
-
apply
- Mappings:
Namespace Name Mixin selector official aLiq;a(Lia;)Vintermediary method_7989Lnet/minecraft/class_2064;method_7989(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
read
-
write
-
getX
public double getX()- Mappings:
Namespace Name Mixin selector official cLiq;c()Dintermediary method_7991Lnet/minecraft/class_2064;method_7991()Dnamed getXLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getX()D
-
getY
public double getY()- Mappings:
Namespace Name Mixin selector official dLiq;d()Dintermediary method_7992Lnet/minecraft/class_2064;method_7992()Dnamed getYLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getY()D
-
getZ
public double getZ()- Mappings:
Namespace Name Mixin selector official eLiq;e()Dintermediary method_7993Lnet/minecraft/class_2064;method_7993()Dnamed getZLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getZ()D
-
method_7994
public double method_7994()- Mappings:
Namespace Name Mixin selector official fLiq;f()Dintermediary method_7994Lnet/minecraft/class_2064;method_7994()Dnamed method_7994Lnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;method_7994()D
-
getYaw
public float getYaw()- Mappings:
Namespace Name Mixin selector official gLiq;g()Fintermediary method_7995Lnet/minecraft/class_2064;method_7995()Fnamed getYawLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getYaw()F
-
getPitch
public float getPitch()- Mappings:
Namespace Name Mixin selector official hLiq;h()Fintermediary method_7996Lnet/minecraft/class_2064;method_7996()Fnamed getPitchLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;getPitch()F
-
isOnGround
public boolean isOnGround()- Mappings:
Namespace Name Mixin selector official iLiq;i()Zintermediary method_7997Lnet/minecraft/class_2064;method_7997()Znamed isOnGroundLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isOnGround()Z
-
isPositionChanged
public boolean isPositionChanged()- Mappings:
Namespace Name Mixin selector official jLiq;j()Zintermediary method_7998Lnet/minecraft/class_2064;method_7998()Znamed isPositionChangedLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isPositionChanged()Z
-
isLookChanged
public boolean isLookChanged()- Mappings:
Namespace Name Mixin selector official kLiq;k()Zintermediary method_7999Lnet/minecraft/class_2064;method_7999()Znamed isLookChangedLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;isLookChanged()Z
-
setPositionChanged
public void setPositionChanged(boolean changePosition) - Mappings:
Namespace Name Mixin selector official aLiq;a(Z)Vintermediary method_7990Lnet/minecraft/class_2064;method_7990(Z)Vnamed setPositionChangedLnet/minecraft/network/packet/c2s/play/PlayerMoveC2SPacket;setPositionChanged(Z)V
-