net.minecraft.network.protocol.game

public abstract class ServerboundMovePlayerPacket

implements Packet<ServerGamePacketListener>

ahu
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
net.minecraft.class_2828
net.minecraft.unmapped.C_ppqasxjh
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.src.C_5166_
net.minecraft.network.protocol.game.PacketPlayInFlying

Field summary

Modifier and TypeField
protected final double
a
x
field_12889
f_dydsaegr
x
x
f_134118_
protected final double
b
y
field_12886
f_yyfpfqjz
y
y
f_134119_
protected final double
c
z
field_12884
f_xxatyxhn
z
z
f_134120_
protected final float
d
yRot
field_12887
f_bcclqpbb
yaw
yaw
f_134121_
protected final float
e
xRot
field_12885
f_ruktbjvs
pitch
pitch
f_134122_
protected final boolean
f
onGround
field_29179
f_moikcvib
onGround
onGround
f_134123_
protected final boolean
g
hasPos
field_12890
f_eqrnhyjv
changePosition
changePosition
f_134124_
protected final boolean
h
hasRot
field_12888
f_gaftktnz
changeLook
changeLook
f_134125_

Constructor summary

ModifierConstructor
protected (double x, double y, double z, float yaw, float pitch, boolean onGround, boolean changePosition, boolean changeLook)

Method summary

Modifier and TypeMethod
public abstract PacketType<? extends ServerboundMovePlayerPacket>
a()
type()
method_55846()
m_bbocywrf()
getPacketId()
getType()
m_5779_()
public void
a(agw arg0)
handle(ServerGamePacketListener arg0)
method_12272(class_2792 arg0)
m_ownefpxx(C_eetcdhxt arg0)
apply(ServerPlayPacketListener arg0)
apply(ServerPlayPacketListener arg0)
m_5797_(C_5145_ arg0)
public double
a(double arg0)
getX(double arg0)
method_12269(double arg0)
m_whyfwagl(double arg0)
getX(double currentX)
getX(double currentX)
m_134129_(double arg0)
public double
b(double arg0)
getY(double arg0)
method_12268(double arg0)
m_wrvwlawg(double arg0)
getY(double currentY)
getY(double currentY)
m_134140_(double arg0)
public double
c(double arg0)
getZ(double arg0)
method_12274(double arg0)
m_pionoigh(double arg0)
getZ(double currentZ)
getZ(double currentZ)
m_134146_(double arg0)
public float
a(float arg0)
getYRot(float arg0)
method_12271(float arg0)
m_uzgdedoc(float arg0)
getYaw(float currentYaw)
getYaw(float currentYaw)
m_134131_(float arg0)
public float
b(float arg0)
getXRot(float arg0)
method_12270(float arg0)
m_gyrjoflu(float arg0)
getPitch(float currentPitch)
getPitch(float currentPitch)
m_134142_(float arg0)
public boolean
b()
isOnGround()
method_12273()
m_xlxwdumy()
isOnGround()
isOnGround()
m_134139_()
public boolean
e()
hasPosition()
method_36171()
m_kkwnxrqi()
changesPosition()
changesPosition()
m_179683_()
public boolean
f()
hasRotation()
method_36172()
m_bgzokukn()
changesLook()
changesLook()
m_179684_()