Class BeeEntity.NotAngryGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.NotAngryGoal
Direct Known Subclasses:
BeeEntity.EnterHiveGoal, BeeEntity.FindHiveGoal, BeeEntity.GrowCropsGoal, BeeEntity.MoveToFlowerGoal, BeeEntity.MoveToHiveGoal, BeeEntity.PollinateGoal
Enclosing class:
BeeEntity

private abstract class BeeEntity.NotAngryGoal extends Goal
Mappings:
Namespace Name
official bpp$a
intermediary net/minecraft/class_4466$class_4467
named net/minecraft/entity/passive/BeeEntity$NotAngryGoal
  • Constructor Details

    • NotAngryGoal

      NotAngryGoal()
  • Method Details

    • canBeeStart

      public abstract boolean canBeeStart()
      Mappings:
      Namespace Name Mixin selector
      official h Lbpp$a;h()Z
      intermediary method_21814 Lnet/minecraft/class_4466$class_4467;method_21814()Z
      named canBeeStart Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeStart()Z
    • canBeeContinue

      public abstract boolean canBeeContinue()
      Mappings:
      Namespace Name Mixin selector
      official i Lbpp$a;i()Z
      intermediary method_21815 Lnet/minecraft/class_4466$class_4467;method_21815()Z
      named canBeeContinue Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canBeeContinue()Z
    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official method_6264 Lbpp$a;method_6264()Z
      intermediary method_6264 Lnet/minecraft/class_4466$class_4467;method_6264()Z
      named canStart Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;canStart()Z
    • shouldContinue

      public boolean shouldContinue()
      Overrides:
      shouldContinue in class Goal
      Mappings:
      Namespace Name Mixin selector
      official method_6266 Lbpp$a;method_6266()Z
      intermediary method_6266 Lnet/minecraft/class_4466$class_4467;method_6266()Z
      named shouldContinue Lnet/minecraft/entity/passive/BeeEntity$NotAngryGoal;shouldContinue()Z