java.lang.Object
nokunami.floral_warfare.api.common.ai.action.LookAction

public class LookAction extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    lookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target)
     
    static void
    lookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target, boolean aimAlt)
     
    static void
    setLookAtEntity(net.minecraft.world.entity.Mob entity, net.minecraft.world.entity.Entity target, boolean aimAtLocInstead)
     

    Methods inherited from class java.lang.Object

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

    • LookAction

      public LookAction()
  • Method Details

    • lookAt

      public static void lookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target)
    • lookAt

      public static void lookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target, boolean aimAlt)
    • setLookAtEntity

      public static void setLookAtEntity(net.minecraft.world.entity.Mob entity, net.minecraft.world.entity.Entity target, boolean aimAtLocInstead)