Class BeeEntity.MoveToHiveGoal

Enclosing class:
BeeEntity

public class BeeEntity.MoveToHiveGoal extends BeeEntity.NotAngryGoal
Mappings:
Namespace Name
official bpp$e
intermediary net/minecraft/class_4466$class_4472
named net/minecraft/entity/passive/BeeEntity$MoveToHiveGoal
  • Field Details

    • field_30295

      public static final int field_30295
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lbpp$e;b:I
      intermediary field_30295 Lnet/minecraft/class_4466$class_4472;field_30295:I
      named field_30295 Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30295:I
    • field_30296

      private static final int field_30296
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Lbpp$e;e:I
      intermediary field_30296 Lnet/minecraft/class_4466$class_4472;field_30296:I
      named field_30296 Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30296:I
    • field_30297

      private static final int field_30297
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Lbpp$e;h:I
      intermediary field_30297 Lnet/minecraft/class_4466$class_4472;field_30297:I
      named field_30297 Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;field_30297:I
    • ticks

      int ticks
      Mappings:
      Namespace Name Mixin selector
      official d Lbpp$e;d:I
      intermediary field_21647 Lnet/minecraft/class_4466$class_4472;field_21647:I
      named ticks Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;ticks:I
    • possibleHives

      final List<BlockPos> possibleHives
      Mappings:
      Namespace Name Mixin selector
      official f Lbpp$e;f:Ljava/util/List;
      intermediary field_21648 Lnet/minecraft/class_4466$class_4472;field_21648:Ljava/util/List;
      named possibleHives Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;possibleHives:Ljava/util/List;
    • path

      @Nullable private @Nullable Path path
      Mappings:
      Namespace Name Mixin selector
      official g Lbpp$e;g:Ldtz;
      intermediary field_21649 Lnet/minecraft/class_4466$class_4472;field_21649:Lnet/minecraft/class_11;
      named path Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;path:Lnet/minecraft/entity/ai/pathing/Path;
    • ticksUntilLost

      private int ticksUntilLost
      Mappings:
      Namespace Name Mixin selector
      official i Lbpp$e;i:I
      intermediary field_23133 Lnet/minecraft/class_4466$class_4472;field_23133:I
      named ticksUntilLost Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;ticksUntilLost:I
  • Constructor Details

    • MoveToHiveGoal

      MoveToHiveGoal()
  • Method Details

    • canBeeStart

      public boolean canBeeStart()
      Specified by:
      canBeeStart in class BeeEntity.NotAngryGoal
      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 boolean canBeeContinue()
      Specified by:
      canBeeContinue in class BeeEntity.NotAngryGoal
      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
    • start

      public void start()
      Overrides:
      start in class Goal
      Mappings:
      Namespace Name Mixin selector
      official c Lbky;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 Lbky;d()V
      intermediary method_6270 Lnet/minecraft/class_1352;method_6270()V
      named stop Lnet/minecraft/entity/ai/goal/Goal;stop()V
    • tick

      public void tick()
      Overrides:
      tick in class Goal
      Mappings:
      Namespace Name Mixin selector
      official e Lbky;e()V
      intermediary method_6268 Lnet/minecraft/class_1352;method_6268()V
      named tick Lnet/minecraft/entity/ai/goal/Goal;tick()V
    • startMovingToFar

      private boolean startMovingToFar(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lbpp$e;a(Lgp;)Z
      intermediary method_24006 Lnet/minecraft/class_4466$class_4472;method_24006(Lnet/minecraft/class_2338;)Z
      named startMovingToFar Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;startMovingToFar(Lnet/minecraft/util/math/BlockPos;)Z
    • isPossibleHive

      boolean isPossibleHive(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Lbpp$e;b(Lgp;)Z
      intermediary method_24007 Lnet/minecraft/class_4466$class_4472;method_24007(Lnet/minecraft/class_2338;)Z
      named isPossibleHive Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;isPossibleHive(Lnet/minecraft/util/math/BlockPos;)Z
    • addPossibleHive

      private void addPossibleHive(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official c Lbpp$e;c(Lgp;)V
      intermediary method_24009 Lnet/minecraft/class_4466$class_4472;method_24009(Lnet/minecraft/class_2338;)V
      named addPossibleHive Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;addPossibleHive(Lnet/minecraft/util/math/BlockPos;)V
    • clearPossibleHives

      void clearPossibleHives()
      Mappings:
      Namespace Name Mixin selector
      official k Lbpp$e;k()V
      intermediary method_24011 Lnet/minecraft/class_4466$class_4472;method_24011()V
      named clearPossibleHives Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;clearPossibleHives()V
    • makeChosenHivePossibleHive

      private void makeChosenHivePossibleHive()
      Mappings:
      Namespace Name Mixin selector
      official l Lbpp$e;l()V
      intermediary method_24012 Lnet/minecraft/class_4466$class_4472;method_24012()V
      named makeChosenHivePossibleHive Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;makeChosenHivePossibleHive()V
    • setLost

      private void setLost()
      Mappings:
      Namespace Name Mixin selector
      official m Lbpp$e;m()V
      intermediary method_23885 Lnet/minecraft/class_4466$class_4472;method_23885()V
      named setLost Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;setLost()V
    • isCloseEnough

      private boolean isCloseEnough(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official d Lbpp$e;d(Lgp;)Z
      intermediary method_24010 Lnet/minecraft/class_4466$class_4472;method_24010(Lnet/minecraft/class_2338;)Z
      named isCloseEnough Lnet/minecraft/entity/passive/BeeEntity$MoveToHiveGoal;isCloseEnough(Lnet/minecraft/util/math/BlockPos;)Z