Class Shulker.ShulkerPeekGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.monster.Shulker.ShulkerPeekGoal
Enclosing class:
Shulker

class Shulker.ShulkerPeekGoal extends Goal
  • Field Details

    • peekTime

      private int peekTime
  • Constructor Details

    • ShulkerPeekGoal

      ShulkerPeekGoal()
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • canContinueToUse

      public boolean canContinueToUse()
      Overrides:
      canContinueToUse in class Goal
    • start

      public void start()
      Overrides:
      start in class Goal
    • stop

      public void stop()
      Overrides:
      stop in class Goal
    • tick

      public void tick()
      Overrides:
      tick in class Goal