net.minecraft.entity.ai.control

public class LookControl

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

Field summary

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

Constructor summary

ModifierConstructor
public (MobEntity mob)

Method summary

Modifier and TypeMethod
public void
a(rr arg0, float arg1, float arg2)
method_2729(class_864 arg0, float arg1, float arg2)
setLookatValues(Entity entity, float yaw, float pitch)
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)
setLookPosition(double x, double y, double z, float deltaYaw, float deltaPitch)
public void
a()
method_2726()
tick()
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)
updateRotation(float arg0, float arg1, float arg2)
public boolean
b()
method_10999()
isLookingAtSpecificPosition()
getIsLooking()
public double
e()
method_11000()
getLookX()
getLookPosX()
public double
f()
method_11001()
getLookY()
getLookPosY()
public double
g()
method_11002()
getLookZ()
getLookPosZ()