Class CatEntity.SleepWithOwnerGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.CatEntity.SleepWithOwnerGoal
Enclosing class:
CatEntity

static class CatEntity.SleepWithOwnerGoal
extends Goal
  • Field Details

  • Constructor Details

    • SleepWithOwnerGoal

      public SleepWithOwnerGoal​(CatEntity cat)
  • Method Details

    • canStart

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

      private boolean method_16098()
    • shouldContinue

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

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

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

      private void dropMorningGifts()
    • tick

      public void tick()
      Overrides:
      tick in class Goal