net.minecraft.entity.ai.control

public class LookControl

wp
net.minecraft.class_883
net.minecraft.entity.ai.control.LookControl
net.minecraft.entity.ai.EntityLookHelper
net.minecraft.entity.ai.EntityLookHelper

Field summary

Modifier and TypeField
private final MobEntity
a
field_3433
mob
field_75659_a
entity
private float
b
field_3434
yaw
field_75657_b
deltaLookYaw
private float
c
field_3435
pitch
field_75658_c
deltaLookPitch
private boolean
d
field_3436
active
field_75655_d
isLooking
private double
e
field_3437
lookX
field_75656_e
posX
private double
f
field_3438
lookY
field_75653_f
posY
private double
g
field_3439
lookZ
field_75654_g
posZ

Constructor summary

ModifierConstructor
public (MobEntity mob)

Method summary

Modifier and TypeMethod
public void
a(vg arg0, float arg1, float arg2)
method_2729(class_864 arg0, float arg1, float arg2)
setLookatValues(Entity entity, float yaw, float pitch)
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, float arg3, float arg4)
method_2727(double arg0, double arg1, double arg2, float arg3, float arg4)
lookAt(double x, double y, double z, float yaw, float pitch)
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()
method_2726()
tick()
func_75649_a()
onUpdateLook()
private float
a(float arg0, float arg1, float arg2)
method_2728(float arg0, float arg1, float arg2)
clampAndWrapAngle(float yaw1, float yaw2, float maxOffset)
func_75652_a(float arg0, float arg1, float arg2)
updateRotation(float arg0, float arg1, float arg2)
public boolean
b()
method_10999()
isLookingAtSpecificPosition()
func_180424_b()
getIsLooking()
public double
e()
method_11000()
getLookX()
func_180423_e()
getLookPosX()
public double
f()
method_11001()
getLookY()
func_180422_f()
getLookPosY()
public double
g()
method_11002()
getLookZ()
func_180421_g()
getLookPosZ()