net.minecraft.network.protocol.game

public class ServerboundMovePlayerPacket

implements Packet<ServerGamePacketListener>

qd
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.play.client.CPlayerPacket
net.minecraft.server.v1_15_R1.PacketPlayInFlying

Field summary

Modifier and TypeField
protected double
a
x
field_12889
f_dydsaegr
x
field_149479_a
x
protected double
b
y
field_12886
f_yyfpfqjz
y
field_149477_b
y
protected double
c
z
field_12884
f_xxatyxhn
z
field_149478_c
z
protected float
d
yRot
field_12887
f_bcclqpbb
yaw
field_149476_e
yaw
protected float
e
xRot
field_12885
f_ruktbjvs
pitch
field_149473_f
pitch
protected boolean
f
onGround
field_12891
f_moikcvib
onGround
field_149474_g
protected boolean
g
hasPos
field_12890
f_eqrnhyjv
changePosition
field_149480_h
hasPos
protected boolean
h
hasRot
field_12888
f_gaftktnz
changeLook
field_149481_i
hasLook

Constructor summary

ModifierConstructor
public ()
public (boolean onGround)

Method summary

Modifier and TypeMethod
public void
a(pl arg0)
handle(ServerGamePacketListener arg0)
method_12272(class_2792 arg0)
m_ownefpxx(C_eetcdhxt arg0)
apply(ServerPlayPacketListener arg0)
func_148833_a(IServerPlayNetHandler arg0)
public void
a(kv arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
m_wyduuajl(C_idfydwco arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(kv arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
m_pwnpydub(C_idfydwco arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public double
a(double arg0)
getX(double arg0)
method_12269(double arg0)
m_whyfwagl(double arg0)
getX(double currentX)
func_186997_a(double arg0)
public double
b(double arg0)
getY(double arg0)
method_12268(double arg0)
m_wrvwlawg(double arg0)
getY(double currentY)
func_186996_b(double arg0)
public double
c(double arg0)
getZ(double arg0)
method_12274(double arg0)
m_pionoigh(double arg0)
getZ(double currentZ)
func_187000_c(double arg0)
public float
a(float arg0)
getYRot(float arg0)
method_12271(float arg0)
m_uzgdedoc(float arg0)
getYaw(float currentYaw)
func_186999_a(float arg0)
public float
b(float arg0)
getXRot(float arg0)
method_12270(float arg0)
m_gyrjoflu(float arg0)
getPitch(float currentPitch)
func_186998_b(float arg0)
public boolean
b()
isOnGround()
method_12273()
m_xlxwdumy()
isOnGround()
func_149465_i()