Class BeeEntity.WanderGoal

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

class BeeEntity.WanderGoal extends Goal
  • Constructor Details

    • WanderGoal

      WanderGoal()
  • 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 Vector3d findPos()