Class Bee.BeeWanderGoal

java.lang.Object
net.minecraft.world.entity.ai.goal.Goal
net.minecraft.world.entity.animal.Bee.BeeWanderGoal
Enclosing class:
Bee

class Bee.BeeWanderGoal extends Goal
  • Field Details

  • Constructor Details

    • BeeWanderGoal

      BeeWanderGoal()
  • Method Details

    • canUse

      public boolean canUse()
      Specified by:
      canUse in class Goal
    • canContinueToUse

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

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

      @Nullable private Vec3 findPos()