Class Bee.BeeLookControl
java.lang.Object
net.minecraft.world.entity.ai.control.LookControl
net.minecraft.world.entity.animal.bee.Bee.BeeLookControl
- All Implemented Interfaces:
Control
- Enclosing class:
Bee
-
Field Summary
Fields inherited from class LookControl
lookAtCooldown, mob, wantedX, wantedY, wantedZ, xMaxRotAngle, yMaxRotSpeed -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LookControl
clampHeadRotationToBody, getWantedX, getWantedY, getWantedZ, getXRotD, getYRotD, isLookingAtTarget, setLookAt, setLookAt, setLookAt, setLookAt, setLookAtMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Control
rotateTowards
-
Constructor Details
-
BeeLookControl
BeeLookControl(Mob mob)
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classLookControl
-
resetXRotOnTick
protected boolean resetXRotOnTick()- Overrides:
resetXRotOnTickin classLookControl
-