net.minecraft.world.entity.ai.control

public class MoveControl

implements Control

cer
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.class_1335

Field summary

Modifier and TypeField
public static final float
a
MIN_SPEED
field_30197
public static final float
b
MIN_SPEED_SQR
field_30198
protected static final int
c
MAX_TURN
field_30199
protected final Mob
d
mob
field_6371
protected double
e
wantedX
field_6370
protected double
f
wantedY
field_6369
protected double
g
wantedZ
field_6367
protected double
h
speedModifier
field_6372
protected float
i
strafeForwards
field_6368
protected float
j
strafeRight
field_6373
protected MoveControl$Operation
k
operation
field_6374

Constructor summary

ModifierConstructor
public (Mob arg0)

Method summary

Modifier and TypeMethod
public boolean
b()
hasWanted()
method_6241()
public double
c()
getSpeedModifier()
method_6242()
public void
a(double arg0, double arg1, double arg2, double arg3)
setWantedPosition(double arg0, double arg1, double arg2, double arg3)
method_6239(double arg0, double arg1, double arg2, double arg3)
public void
a(float arg0, float arg1)
strafe(float arg0, float arg1)
method_6243(float arg0, float arg1)
public void
a()
tick()
method_6240()
private boolean
b(float arg0, float arg1)
isWalkable(float arg0, float arg1)
method_25946(float arg0, float arg1)
protected float
b(float arg0, float arg1, float arg2)
rotlerp(float arg0, float arg1, float arg2)
method_6238(float arg0, float arg1, float arg2)
public double
d()
getWantedX()
method_6236()
public double
e()
getWantedY()
method_6235()
public double
f()
getWantedZ()
method_6237()
public void
g()
setWait()
method_70683()