Class BeeEntity.BeeWanderAroundGoal

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

class BeeEntity.BeeWanderAroundGoal
extends Goal
  • Constructor Details

    • BeeWanderAroundGoal

      BeeWanderAroundGoal()
  • Method Details

    • canStart

      public boolean canStart()
      Specified by:
      canStart in class Goal
    • shouldContinue

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

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

      @Nullable private Vec3d getRandomLocation()