Class Panda.PandaRollGoal

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

static class Panda.PandaRollGoal extends Goal
  • Field Details

    • panda

      private final Panda panda
  • Constructor Details

    • PandaRollGoal

      public PandaRollGoal(Panda p_29328_)
  • 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
    • isInterruptable

      public boolean isInterruptable()
      Overrides:
      isInterruptable in class Goal