net.minecraft.world.entity.ai.control

public class MoveControl

avb
net.minecraft.world.entity.ai.control.MoveControl
net.minecraft.class_1335
net.minecraft.unmapped.C_azhvkebm
net.minecraft.entity.ai.control.MoveControl
net.minecraft.entity.ai.controller.MovementController
net.minecraft.server.v1_16_R3.ControllerMove

Field summary

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

Constructor summary

ModifierConstructor
public (Mob entity)

Method summary

Modifier and TypeMethod
public boolean
b()
hasWanted()
method_6241()
m_nvzetrjj()
isMoving()
func_75640_a()
public double
c()
getSpeedModifier()
method_6242()
m_xqcacuyx()
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)
m_rtzfwqkr(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)
m_rkckguet(float arg0, float arg1)
strafeTo(float forward, float sideways)
func_188488_a(float arg0, float arg1)
public void
a()
tick()
method_6240()
m_juheownd()
tick()
func_75641_c()
private boolean
b(float arg0, float arg1)
isWalkable(float arg0, float arg1)
method_25946(float arg0, float arg1)
m_gdnyncjr(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)
m_laciaoqi(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()
m_utrxhvln()
getTargetX()
func_179917_d()
public double
e()
getWantedY()
method_6235()
m_rouvlgpw()
getTargetY()
func_179919_e()
public double
f()
getWantedZ()
method_6237()
m_rravzpji()
getTargetZ()
func_179918_f()