Class Panda.PandaLieOnBackGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.animal.Panda.PandaLieOnBackGoal
Enclosing class:
Panda

static class Panda.PandaLieOnBackGoal extends Goal
  • Field Details

    • panda

      private final Panda panda
    • cooldown

      private int cooldown
  • Constructor Details

    • PandaLieOnBackGoal

      public PandaLieOnBackGoal(Panda p_29301_)
  • 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