Class PaperEntityUtils.LookGoal

java.lang.Object
ch.njol.skript.bukkitutil.PaperEntityUtils.LookGoal
All Implemented Interfaces:
com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>
Enclosing class:
PaperEntityUtils

public static class PaperEntityUtils.LookGoal extends Object implements com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>
  • Method Details

    • shouldActivate

      public boolean shouldActivate()
      Specified by:
      shouldActivate in interface com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>
    • tick

      public void tick()
      Specified by:
      tick in interface com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>
    • getKey

      public com.destroystokyo.paper.entity.ai.GoalKey<org.bukkit.entity.Mob> getKey()
      Specified by:
      getKey in interface com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>
    • getTypes

      public EnumSet<com.destroystokyo.paper.entity.ai.GoalType> getTypes()
      Specified by:
      getTypes in interface com.destroystokyo.paper.entity.ai.Goal<org.bukkit.entity.Mob>