net.minecraft.network.protocol.game

public class ServerboundMovePlayerPacket

implements Packet<ServerGamePacketListener>

om
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
net.minecraft.class_2828
net.minecraft.network.packet.c2s.play.PlayerMoveC2SPacket
net.minecraft.network.play.client.CPlayerPacket
net.minecraft.server.v1_14_R1.PacketPlayInFlying

Field summary

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

Constructor summary

ModifierConstructor
public ()
public (boolean onGround)

Method summary

Modifier and TypeMethod
public void
a(nu arg0)
handle(ServerGamePacketListener arg0)
method_12272(class_2792 arg0)
apply(ServerPlayPacketListener arg0)
func_148833_a(IServerPlayNetHandler arg0)
public void
a(je arg0)
read(FriendlyByteBuf arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
public void
b(je arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
public double
a(double arg0)
getX(double arg0)
method_12269(double arg0)
getX(double currentX)
func_186997_a(double arg0)
public double
b(double arg0)
getY(double arg0)
method_12268(double arg0)
getY(double currentY)
func_186996_b(double arg0)
public double
c(double arg0)
getZ(double arg0)
method_12274(double arg0)
getZ(double currentZ)
func_187000_c(double arg0)
public float
a(float arg0)
getYRot(float arg0)
method_12271(float arg0)
getYaw(float currentYaw)
func_186999_a(float arg0)
public float
b(float arg0)
getXRot(float arg0)
method_12270(float arg0)
getPitch(float currentPitch)
func_186998_b(float arg0)
public boolean
b()
isOnGround()
method_12273()
isOnGround()
func_149465_i()