Class BeeEntity.BeeWanderAroundGoal

java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.BeeEntity.BeeWanderAroundGoal
Enclosing class:
BeeEntity

private class BeeEntity.BeeWanderAroundGoal extends Goal
Mappings:
Namespace Name
official bpp$l
intermediary net/minecraft/class_4466$class_4479
named net/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal
  • Field Details

    • MAX_DISTANCE

      private static final int MAX_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Lbpp$l;b:I
      intermediary field_30309 Lnet/minecraft/class_4466$class_4479;field_30309:I
      named MAX_DISTANCE Lnet/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal;MAX_DISTANCE:I
  • Constructor Details

    • BeeWanderAroundGoal

      BeeWanderAroundGoal()
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
      Mappings:
      Namespace Name Mixin selector
      official a Lbky;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 Lbky;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 Lbky;c()V
      intermediary method_6269 Lnet/minecraft/class_1352;method_6269()V
      named start Lnet/minecraft/entity/ai/goal/Goal;start()V
    • getRandomLocation

      @Nullable private @Nullable Vec3d getRandomLocation()
      Mappings:
      Namespace Name Mixin selector
      official h Lbpp$l;h()Leae;
      intermediary method_21822 Lnet/minecraft/class_4466$class_4479;method_21822()Lnet/minecraft/class_243;
      named getRandomLocation Lnet/minecraft/entity/passive/BeeEntity$BeeWanderAroundGoal;getRandomLocation()Lnet/minecraft/util/math/Vec3d;