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