Class PandaEntity.LieOnBackGoal

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

static class PandaEntity.LieOnBackGoal
extends Goal
Mappings:
Namespace Name
official bbw$f
intermediary net/minecraft/class_1440$class_1445
named net/minecraft/entity/passive/PandaEntity$LieOnBackGoal
  • Field Details

    • panda

      private final PandaEntity panda
      Mappings:
      Namespace Name Mixin selector
      official a Lbbw$f;a:Lbbw;
      intermediary field_6800 Lnet/minecraft/class_1440$class_1445;field_6800:Lnet/minecraft/class_1440;
      named panda Lnet/minecraft/entity/passive/PandaEntity$LieOnBackGoal;panda:Lnet/minecraft/entity/passive/PandaEntity;
    • nextLieOnBackAge

      private int nextLieOnBackAge
      Mappings:
      Namespace Name Mixin selector
      official b Lbbw$f;b:I
      intermediary field_6799 Lnet/minecraft/class_1440$class_1445;field_6799:I
      named nextLieOnBackAge Lnet/minecraft/entity/passive/PandaEntity$LieOnBackGoal;nextLieOnBackAge:I
  • Constructor Details

    • LieOnBackGoal

      public LieOnBackGoal​(PandaEntity panda)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbbw$f;<init>(Lbbw;)V
      intermediary <init> Lnet/minecraft/class_1440$class_1445;<init>(Lnet/minecraft/class_1440;)V
      named <init> Lnet/minecraft/entity/passive/PandaEntity$LieOnBackGoal;<init>(Lnet/minecraft/entity/passive/PandaEntity;)V
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lawx;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      Mappings:
      Namespace Name Mixin selector
      official b Lawx;b()Z
      intermediary method_6266 Lnet/minecraft/class_1352;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lawx;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • stop

      public void stop()
      Overrides:
      stop in class Goal
      Mappings:
      Namespace Name Mixin selector
      official d Lawx;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V