net.minecraft.entity.ai.control

public class MoveControl

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

Field summary

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

Constructor summary

ModifierConstructor
public (MobEntity entity)

Method summary

Modifier and TypeMethod
public boolean
b()
hasWanted()
method_6241()
isMoving()
m_nvzetrjj()
func_75640_a()
isUpdating()
public double
c()
getSpeedModifier()
method_6242()
getSpeed()
m_xqcacuyx()
func_75638_b()
getSpeed()
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)
m_rtzfwqkr(double arg0, double arg1, double arg2, double arg3)
func_75642_a(double arg0, double arg1, double arg2, double arg3)
setMoveTo(double x, double y, double z, double speedIn)
public void
a(float arg0, float arg1)
strafe(float arg0, float arg1)
method_6243(float arg0, float arg1)
strafeTo(float forward, float sideways)
m_rkckguet(float arg0, float arg1)
func_188488_a(float arg0, float arg1)
strafe(float forward, float strafe)
public void
a()
tick()
method_6240()
tick()
m_juheownd()
func_75641_c()
tick()
private boolean
b(float arg0, float arg1)
isWalkable(float arg0, float arg1)
method_25946(float arg0, float arg1)
method_25946(float arg0, float arg1)
m_gdnyncjr(float arg0, float arg1)
func_234024_b_(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)
wrapDegrees(float from, float to, float max)
m_laciaoqi(float arg0, float arg1, float arg2)
func_75639_a(float arg0, float arg1, float arg2)
limitAngle(float sourceAngle, float targetAngle, float maximumChange)
public double
d()
getWantedX()
method_6236()
getTargetX()
m_utrxhvln()
func_179917_d()
getX()
public double
e()
getWantedY()
method_6235()
getTargetY()
m_rouvlgpw()
func_179919_e()
getY()
public double
f()
getWantedZ()
method_6237()
getTargetZ()
m_rravzpji()
func_179918_f()
getZ()