net.minecraft.network.protocol.game

public abstract class ServerboundMovePlayerPacket

implements Packet<ServerGamePacketListener>

aie
net.minecraft.network.protocol.game.ServerboundMovePlayerPacket
net.minecraft.class_2828

Field summary

Modifier and TypeField
private static final int
j
FLAG_ON_GROUND
field_52336
private static final int
k
FLAG_HORIZONTAL_COLLISION
field_52337
protected final double
a
x
field_12889
protected final double
b
y
field_12886
protected final double
c
z
field_12884
protected final float
d
yRot
field_12887
protected final float
e
xRot
field_12885
protected final boolean
f
onGround
field_29179
protected final boolean
g
horizontalCollision
field_52335
protected final boolean
h
hasPos
field_12890
protected final boolean
i
hasRot
field_12888

Constructor summary

ModifierConstructor
protected (double arg0, double arg1, double arg2, float arg3, float arg4, boolean arg5, boolean arg6, boolean arg7, boolean arg8)

Method summary

Modifier and TypeMethod
static int
a(boolean arg0, boolean arg1)
packFlags(boolean arg0, boolean arg1)
method_61223(boolean arg0, boolean arg1)
static boolean
a(int arg0)
unpackOnGround(int arg0)
method_61222(int arg0)
static boolean
b(int arg0)
unpackHorizontalCollision(int arg0)
method_61224(int arg0)
public abstract PacketType<? extends ServerboundMovePlayerPacket>
a()
type()
method_65080()
public void
a(ahf arg0)
handle(ServerGamePacketListener arg0)
method_12272(class_2792 arg0)
public double
a(double arg0)
getX(double arg0)
method_12269(double arg0)
public double
b(double arg0)
getY(double arg0)
method_12268(double arg0)
public double
c(double arg0)
getZ(double arg0)
method_12274(double arg0)
public float
a(float arg0)
getYRot(float arg0)
method_12271(float arg0)
public float
b(float arg0)
getXRot(float arg0)
method_12270(float arg0)
public boolean
b()
isOnGround()
method_12273()
public boolean
e()
horizontalCollision()
method_61225()
public boolean
f()
hasPosition()
method_36171()
public boolean
g()
hasRotation()
method_36172()