Class Threepeater.ThreepeaterLookControl

java.lang.Object
net.minecraft.world.entity.ai.control.LookControl
nokunami.floral_warfare.common.entity.plants.basic.appease.Threepeater.ThreepeaterLookControl
All Implemented Interfaces:
net.minecraft.world.entity.ai.control.Control
Enclosing class:
Threepeater

public static class Threepeater.ThreepeaterLookControl extends net.minecraft.world.entity.ai.control.LookControl
  • Field Summary

    Fields inherited from class net.minecraft.world.entity.ai.control.LookControl

    lookAtCooldown, mob, wantedX, wantedY, wantedZ, xMaxRotAngle, yMaxRotSpeed
  • Constructor Summary

    Constructors
    Constructor
    Description
    ThreepeaterLookControl(net.minecraft.world.entity.Mob mob)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class net.minecraft.world.entity.ai.control.LookControl

    clampHeadRotationToBody, getWantedX, getWantedY, getWantedZ, getXRotD, getYRotD, isLookingAtTarget, resetXRotOnTick, rotateTowards, setLookAt, setLookAt, setLookAt, setLookAt, setLookAt

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ThreepeaterLookControl

      public ThreepeaterLookControl(net.minecraft.world.entity.Mob mob)
  • Method Details

    • tick

      public void tick()
      Overrides:
      tick in class net.minecraft.world.entity.ai.control.LookControl