net.minecraft.world.entity.ai.control

public class MoveControl

auy
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.class_1335
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.ai.controller.MovementController
net.minecraft.server.v1_16_R2.ControllerMove

Field summary

Modifier and TypeField
protected final Mob
a
mob
field_6371
entity
field_75648_a
protected double
b
wantedX
field_6370
targetX
field_75646_b
protected double
c
wantedY
field_6369
targetY
field_75647_c
protected double
d
wantedZ
field_6367
targetZ
field_75644_d
protected double
e
speedModifier
field_6372
speed
field_75645_e
protected float
f
strafeForwards
field_6368
forwardMovement
field_188489_f
protected float
g
strafeRight
field_6373
sidewaysMovement
field_188490_g
protected MoveControl$Operation
h
operation
field_6374
state
field_188491_h

Constructor summary

ModifierConstructor
public (Mob entity)

Method summary

Modifier and TypeMethod
public boolean
b()
hasWanted()
method_6241()
isMoving()
func_75640_a()
public double
c()
getSpeedModifier()
method_6242()
getSpeed()
func_75638_b()
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)
moveTo(double x, double y, double z, double speed)
func_75642_a(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)
strafeTo(float forward, float sideways)
func_188488_a(float arg0, float arg1)
public void
a()
tick()
method_6240()
tick()
func_75641_c()
private boolean
b(float arg0, float arg1)
isWalkable(float arg0, float arg1)
method_25946(float arg0, float arg1)
method_25946(float arg0, float arg1)
func_234024_b_(float arg0, float arg1)
protected float
a(float arg0, float arg1, float arg2)
rotlerp(float arg0, float arg1, float arg2)
method_6238(float arg0, float arg1, float arg2)
changeAngle(float from, float to, float max)
func_75639_a(float arg0, float arg1, float arg2)
public double
d()
getWantedX()
method_6236()
getTargetX()
func_179917_d()
public double
e()
getWantedY()
method_6235()
getTargetY()
func_179919_e()
public double
f()
getWantedZ()
method_6237()
getTargetZ()
func_179918_f()