Class BeeEntity

All Implemented Interfaces:
class_5568, Flutterer, Angerable, CommandOutput, Nameable

public class BeeEntity
extends AnimalEntity
implements Angerable, Flutterer
  • Field Details

    • STATUS_TRACKER

      private static final TrackedData<Byte> STATUS_TRACKER
    • ANGER

      private static final TrackedData<Integer> ANGER
    • ANGER_TIME_RANGE

      private static final IntRange ANGER_TIME_RANGE
    • targetUuid

      private UUID targetUuid
    • currentPitch

      private float currentPitch
    • lastPitch

      private float lastPitch
    • ticksSinceSting

      private int ticksSinceSting
    • ticksSincePollination

      private int ticksSincePollination
    • cannotEnterHiveTicks

      private int cannotEnterHiveTicks
    • cropsGrownSincePollination

      private int cropsGrownSincePollination
    • ticksLeftToFindHive

      private int ticksLeftToFindHive
    • ticksUntilCanPollinate

      private int ticksUntilCanPollinate
    • flowerPos

      @Nullable private BlockPos flowerPos
    • hivePos

      @Nullable private BlockPos hivePos
    • pollinateGoal

      private BeeEntity.PollinateGoal pollinateGoal
    • moveToHiveGoal

      private BeeEntity.MoveToHiveGoal moveToHiveGoal
    • moveToFlowerGoal

      private BeeEntity.MoveToFlowerGoal moveToFlowerGoal
    • ticksInsideWater

      private int ticksInsideWater
  • Constructor Details

  • Method Details