net.minecraft.entity.ai.control

public class LookControl

ava
net.minecraft.world.entity.ai.control.LookControl
net.minecraft.class_1333
net.minecraft.entity.ai.control.LookControl
net.minecraft.unmapped.C_lgufpcrf
net.minecraft.entity.ai.controller.LookController
net.minecraft.entity.ai.controller.LookController

Field summary

Modifier and TypeField
protected final MobEntity
a
mob
field_6361
entity
f_qvmhbsab
field_75659_a
mob
protected float
b
yMaxRotSpeed
field_6359
yawSpeed
f_yayzerzm
field_75657_b
deltaLookYaw
protected float
c
xMaxRotAngle
field_6358
pitchSpeed
f_dcgmdxjd
field_75658_c
deltaLookPitch
protected boolean
d
hasWanted
field_6360
active
f_idlumtoj
field_75655_d
isLooking
protected double
e
wantedX
field_6364
lookX
f_jptovgyv
field_75656_e
posX
protected double
f
wantedY
field_6363
lookY
f_hlcqilwt
field_75653_f
posY
protected double
g
wantedZ
field_6362
lookZ
f_sxjclohr
field_75654_g
posZ

Constructor summary

ModifierConstructor
public (MobEntity entity)

Method summary

Modifier and TypeMethod
public void
a(dcn arg0)
setLookAt(Vec3 arg0)
method_19615(class_243 arg0)
lookAt(Vec3d direction)
m_dpevsitq(C_vgpupfxx arg0)
func_220674_a(Vector3d arg0)
setLookPosition(Vector3d lookVector)
public void
a(aqa arg0, float arg1, float arg2)
setLookAt(Entity arg0, float arg1, float arg2)
method_6226(class_1297 arg0, float arg1, float arg2)
lookAt(Entity entity, float yawSpeed, float pitchSpeed)
m_xtliwbwz(C_astfners arg0, float arg1, float arg2)
func_75651_a(Entity arg0, float arg1, float arg2)
setLookPositionWithEntity(Entity entityIn, float deltaYaw, float deltaPitch)
public void
a(double arg0, double arg1, double arg2)
setLookAt(double arg0, double arg1, double arg2)
method_20248(double arg0, double arg1, double arg2)
lookAt(double x, double y, double z)
m_duxqnltr(double arg0, double arg1, double arg2)
func_220679_a(double arg0, double arg1, double arg2)
setLookPosition(double x, double y, double z)
public void
a(double arg0, double arg1, double arg2, float arg3, float arg4)
setLookAt(double arg0, double arg1, double arg2, float arg3, float arg4)
method_6230(double arg0, double arg1, double arg2, float arg3, float arg4)
lookAt(double x, double y, double z, float yawSpeed, float pitchSpeed)
m_rinhezwx(double arg0, double arg1, double arg2, float arg3, float arg4)
func_75650_a(double arg0, double arg1, double arg2, float arg3, float arg4)
setLookPosition(double x, double y, double z, float deltaYaw, float deltaPitch)
public void
a()
tick()
method_6231()
tick()
m_mpdisqjz()
func_75649_a()
tick()
protected boolean
b()
resetXRotOnTick()
method_20433()
shouldStayHorizontal()
m_pyydypsk()
func_220680_b()
shouldResetPitch()
public boolean
c()
isHasWanted()
method_6232()
isActive()
m_ewxvqfcr()
func_180424_b()
getIsLooking()
public double
d()
getWantedX()
method_6225()
getLookX()
m_ajyqsquz()
func_180423_e()
getLookPosX()
public double
e()
getWantedY()
method_6227()
getLookY()
m_nyvxhctm()
func_180422_f()
getLookPosY()
public double
f()
getWantedZ()
method_6228()
getLookZ()
m_krtnnuml()
func_180421_g()
getLookPosZ()
protected float
g()
getXRotD()
method_20250()
getTargetPitch()
m_iuyaagva()
func_220677_g()
getTargetPitch()
protected float
h()
getYRotD()
method_20251()
getTargetYaw()
m_uwyzewdj()
func_220678_h()
getTargetYaw()
protected float
a(float arg0, float arg1, float arg2)
rotateTowards(float arg0, float arg1, float arg2)
method_6229(float arg0, float arg1, float arg2)
changeAngle(float from, float to, float max)
m_qjrhfmqu(float arg0, float arg1, float arg2)
func_220675_a(float arg0, float arg1, float arg2)
clampedRotate(float from, float to, float maxDelta)
private static double
b(aqa arg0)
getWantedY(Entity arg0)
method_20249(class_1297 arg0)
getLookingHeightFor(Entity entity)
m_qsjvqosh(C_astfners arg0)
func_220676_b(Entity arg0)
getEyePosition(Entity entity)