Class LookAction
java.lang.Object
nokunami.floral_warfare.api.common.ai.action.LookAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidlookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target) static voidlookAt(net.minecraft.world.entity.Entity entity, net.minecraft.world.entity.Entity target, boolean aimAlt) static voidsetLookAtEntity(net.minecraft.world.entity.Mob entity, net.minecraft.world.entity.Entity target, boolean aimAtLocInstead)
-
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)
-