Class PandaEntity.PlayGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.PandaEntity.PlayGoal
Enclosing class:
PandaEntity

static class PandaEntity.PlayGoal
extends Goal
  • Field Details

  • Constructor Details

  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
    • shouldContinue

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

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

      public boolean canStop()
      Overrides:
      canStop in class Goal