net.minecraft.world.entity.ai.control

public class LookControl

aoi
net.minecraft.world.entity.ai.control.LookControl
net.minecraft.class_1333
net.minecraft.unmapped.C_lgufpcrf
net.minecraft.entity.ai.control.LookControl
net.minecraft.entity.ai.controller.LookController
net.minecraft.server.v1_15_R1.ControllerLook

Field summary

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

Constructor summary

ModifierConstructor
public (Mob entity)

Method summary

Modifier and TypeMethod
public void
a(cvi arg0)
setLookAt(Vec3 arg0)
method_19615(class_243 arg0)
m_dpevsitq(C_vgpupfxx arg0)
lookAt(Vec3d direction)
func_220674_a(Vec3d arg0)
public void
a(akn arg0, float arg1, float arg2)
setLookAt(Entity arg0, float arg1, float arg2)
method_6226(class_1297 arg0, float arg1, float arg2)
m_xtliwbwz(C_astfners arg0, float arg1, float arg2)
lookAt(Entity entity, float yawSpeed, float pitchSpeed)
func_75651_a(Entity arg0, float arg1, float arg2)
public void
a(double arg0, double arg1, double arg2)
setLookAt(double arg0, double arg1, double arg2)
method_20248(double arg0, double arg1, double arg2)
m_duxqnltr(double arg0, double arg1, double arg2)
lookAt(double x, double y, double z)
func_220679_a(double arg0, double arg1, double arg2)
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)
m_rinhezwx(double arg0, double arg1, double arg2, float arg3, float arg4)
lookAt(double x, double y, double z, float yawSpeed, float pitchSpeed)
func_75650_a(double arg0, double arg1, double arg2, float arg3, float arg4)
public void
a()
tick()
method_6231()
m_mpdisqjz()
tick()
func_75649_a()
protected boolean
b()
resetXRotOnTick()
method_20433()
m_pyydypsk()
shouldStayHorizontal()
func_220680_b()
public boolean
c()
isHasWanted()
method_6232()
m_ewxvqfcr()
isActive()
func_180424_b()
public double
d()
getWantedX()
method_6225()
m_ajyqsquz()
getLookX()
func_180423_e()
public double
e()
getWantedY()
method_6227()
m_nyvxhctm()
getLookY()
func_180422_f()
public double
f()
getWantedZ()
method_6228()
m_krtnnuml()
getLookZ()
func_180421_g()
protected float
g()
getXRotD()
method_20250()
m_iuyaagva()
getTargetPitch()
func_220677_g()
protected float
h()
getYRotD()
method_20251()
m_uwyzewdj()
getTargetYaw()
func_220678_h()
protected float
a(float arg0, float arg1, float arg2)
rotateTowards(float arg0, float arg1, float arg2)
method_6229(float arg0, float arg1, float arg2)
m_qjrhfmqu(float arg0, float arg1, float arg2)
changeAngle(float from, float to, float max)
func_220675_a(float arg0, float arg1, float arg2)
private static double
b(akn arg0)
getWantedY(Entity arg0)
method_20249(class_1297 arg0)
m_qsjvqosh(C_astfners arg0)
getLookingHeightFor(Entity entity)
func_220676_b(Entity arg0)