History - net.minecraft.entity.passive.BeeEntity
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
int: TICKS_PER_FLAP, field_28638, field_28638
int: TICKS_PER_FLAP, field_28638, WING_FLAP_PERIOD
Constructors
Methods
GoalSelector (): getGoalSelector, method_35163, getGoalSelector
boolean (): isFlying, method_6581, isInAir
boolean (): isFlying, method_1_4181, isFlying
boolean (): omnidirectionalAirMover, method_1_3984, flutters
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
BeeDebugData (): lambda$registerDebugValues$1, method_74668, method_74668
BeeDebugData (): lambda$registerDebugValues$0, method_74668, method_74668
1.21.11_unobfuscated
Names
net.minecraft.world.entity.animal.bee.Bee
net.minecraft.class_4466
net.minecraft.entity.passive.BeeEntity
Fields
float: FLAP_DEGREES_PER_TICK, field_30271, field_30271
int: TICKS_PER_FLAP, field_28638, field_28638
TrackedData<Byte>: DATA_FLAGS_ID, field_20353, BEE_FLAGS
TrackedData<Long>: DATA_ANGER_END_TIME, field_63320, ANGER_END_TIME
int: FLAG_ROLL, field_30281, NEAR_TARGET_FLAG
int: FLAG_HAS_STUNG, field_30282, HAS_STUNG_FLAG
int: FLAG_HAS_NECTAR, field_30283, HAS_NECTAR_FLAG
int: STING_DEATH_COUNTDOWN, field_30284, MAX_LIFETIME_AFTER_STINGING
int: TICKS_BEFORE_GOING_TO_KNOWN_FLOWER, field_30285, FLOWER_NAVIGATION_START_TICKS
int: TICKS_WITHOUT_NECTAR_BEFORE_GOING_HOME, field_30286, POLLINATION_FAIL_TICKS
int: MIN_ATTACK_DIST, field_30287, field_30287
int: MAX_CROPS_GROWABLE, field_30288, MAX_POLLINATED_CROPS
int: POISON_SECONDS_NORMAL, field_30289, NORMAL_DIFFICULTY_STING_POISON_DURATION
int: POISON_SECONDS_HARD, field_30290, HARD_DIFFICULTY_STING_POISON_DURATION
int: TOO_FAR_DISTANCE, field_30291, TOO_FAR_DISTANCE
int: HIVE_CLOSE_ENOUGH_DISTANCE, field_30292, field_30292
int: RESTRICTED_WANDER_DISTANCE_REDUCTION, field_52456, field_52456
int: DEFAULT_WANDER_DISTANCE_REDUCTION, field_52457, field_52457
int: PATHFIND_TO_HIVE_WHEN_CLOSER_THAN, field_30293, MIN_HIVE_RETURN_DISTANCE
int: HIVE_SEARCH_DISTANCE, field_30294, field_30294
String: TAG_CROPS_GROWN_SINCE_POLLINATION, field_30272, CROPS_GROWN_SINCE_POLLINATION_KEY
String: TAG_CANNOT_ENTER_HIVE_TICKS, field_30273, CANNOT_ENTER_HIVE_TICKS_KEY
String: TAG_TICKS_SINCE_POLLINATION, field_30276, TICKS_SINCE_POLLINATION_KEY
String: TAG_HAS_STUNG, field_30277, HAS_STUNG_KEY
String: TAG_HAS_NECTAR, field_30278, HAS_NECTAR_KEY
String: TAG_FLOWER_POS, field_30279, FLOWER_POS_KEY
String: TAG_HIVE_POS, field_30280, HIVE_POS_KEY
boolean: DEFAULT_HAS_NECTAR, field_57600, DEFAULT_HAS_NECTAR
boolean: DEFAULT_HAS_STUNG, field_57601, DEFAULT_HAS_STUNG
int: DEFAULT_TICKS_SINCE_POLLINATION, field_57602, DEFAULT_TICKS_SINCE_POLLINATION
int: DEFAULT_CANNOT_ENTER_HIVE_TICKS, field_57603, DEFAULT_CANNOT_ENTER_HIVE_TICKS
int: DEFAULT_CROPS_GROWN_SINCE_POLLINATION, field_57604, DEFAULT_CROPS_GROWN_SINCE_POLLINATION
UniformIntProvider: PERSISTENT_ANGER_TIME, field_25363, ANGER_TIME_RANGE
LazyEntityReference<LivingEntity>: persistentAngerTarget, field_25364, angryAt
float: rollAmount, field_20356, currentPitch
float: rollAmountO, field_20357, lastPitch
int: timeSinceSting, field_20358, ticksSinceSting
int: ticksWithoutNectarSinceExitingHive, field_20359, ticksSincePollination
int: stayOutOfHiveCountdown, field_20360, cannotEnterHiveTicks
int: numCropsGrownSincePollination, field_20361, cropsGrownSincePollination
int: COOLDOWN_BEFORE_LOCATING_NEW_HIVE, field_30274, field_30274
int: remainingCooldownBeforeLocatingNewHive, field_21643, ticksLeftToFindHive
int: COOLDOWN_BEFORE_LOCATING_NEW_FLOWER, field_30275, field_30275
int: MIN_FIND_FLOWER_RETRY_COOLDOWN, field_52454, field_52454
int: MAX_FIND_FLOWER_RETRY_COOLDOWN, field_52455, field_52455
int: remainingCooldownBeforeLocatingNewFlower, field_21644, ticksUntilCanPollinate
BlockPos: savedFlowerPos, field_20362, flowerPos
BlockPos: hivePos, field_20363, hivePos
BeeEntity$PollinateGoal: beePollinateGoal, field_21079, pollinateGoal
BeeEntity$MoveToHiveGoal: goToHiveGoal, field_21645, moveToHiveGoal
BeeEntity$MoveToFlowerGoal: goToKnownFlowerGoal, field_21646, moveToFlowerGoal
int: underWaterTicks, field_21509, ticksInsideWater
Constructors
(EntityType<? extends BeeEntity>, World)
Methods
void (DataTracker$Builder): defineSynchedData, method_5693, initDataTracker
float (BlockPos, WorldView): getWalkTargetValue, method_6144, getPathfindingFavor
void (): registerGoals, method_5959, initGoals
void (WriteView): addAdditionalSaveData, method_5652, writeCustomData
void (ReadView): readAdditionalSaveData, method_5749, readCustomData
boolean (ServerWorld, Entity): doHurtTarget, method_6121, tryAttack
void (): tick, method_5773, tick
void (World, double, double, double, double, double, ParticleEffect): spawnFluidParticle, method_21769, addParticle
void (BlockPos): pathfindRandomlyTowards, method_23987, startMovingTo
BlockPos (): getSavedFlowerPos, method_21778, getFlowerPos
boolean (): hasSavedFlowerPos, method_21779, hasFlower
void (BlockPos): setSavedFlowerPos, method_21797, setFlowerPos
int (): getTravellingTicks, method_35161, getMoveGoalTicks
List<BlockPos> (): getBlacklistedHives, method_35162, getPossibleHives
boolean (): isTiredOfLookingForNectar, method_23983, failedPollinatingTooLong
void (): dropHive, method_61463, clearHivePos
void (): dropFlower, method_61464, clearFlowerPos
boolean (): wantsToEnterHive, method_21789, canEnterHive
void (int): setStayOutOfHiveCountdown, method_21807, setCannotEnterHiveTicks
float (float): getRollAmount, method_21811, getBodyPitch
void (): updateRollAmount, method_21790, updateBodyPitch
void (ServerWorld): customServerAiStep, method_5958, mobTick
void (): resetTicksWithoutNectarSinceExitingHive, method_21780, resetPollinationTicks
boolean (): isHiveNearFire, method_23984, isHiveNearFire
long (): getPersistentAngerEndTime, method_75130, getAngerEndTime
void (long): setPersistentAngerEndTime, method_75132, setAngerEndTime
LazyEntityReference<LivingEntity> (): getPersistentAngerTarget, method_29508, getAngryAt
void (LazyEntityReference<LivingEntity>): setPersistentAngerTarget, method_29513, setAngryAt
void (): startPersistentAngerTimer, method_29509, chooseRandomAngerTime
boolean (BlockPos): doesHiveHaveSpace, method_23988, doesHiveHaveSpace
boolean (): hasHive, method_21791, hasHivePos
BlockPos (): getHivePos, method_23884, getHivePos
GoalSelector (): getGoalSelector, method_35163, getGoalSelector
int (): getCropsGrownSincePollination, method_21792, getCropsGrownSincePollination
void (): resetNumCropsGrownSincePollination, method_21783, resetCropCounter
void (): incrementNumCropsGrownSincePollination, method_21793, addCropCounter
void (): aiStep, method_6007, tickMovement
BeehiveBlockEntity (): getBeehiveBlockEntity, method_65073, getHive
boolean (): isHiveValid, method_21794, hasValidHive
boolean (): hasNectar, method_21784, hasNectar
void (boolean): setHasNectar, method_21805, setHasNectar
boolean (): hasStung, method_21785, hasStung
void (boolean): setHasStung, method_21806, setHasStung
boolean (): isRolling, method_21786, isNearTarget
void (boolean): setRolling, method_21808, setNearTarget
boolean (BlockPos): isTooFarAway, method_23990, isTooFar
void (int, boolean): setFlag, method_21775, setBeeFlag
boolean (int): getFlag, method_21812, getBeeFlag
DefaultAttributeContainer$Builder (): createAttributes, method_26880, createBeeAttributes
EntityNavigation (World): createNavigation, method_5965, createNavigation
ActionResult (PlayerEntity, Hand): mobInteract, method_5992, interactMob
boolean (ItemStack): isFood, method_6481, isBreedingItem
void (BlockPos, BlockState): playStepSound, method_5712, playStepSound
SoundEvent (): getAmbientSound, method_5994, getAmbientSound
SoundEvent (DamageSource): getHurtSound, method_6011, getHurtSound
SoundEvent (): getDeathSound, method_6002, getDeathSound
float (): getSoundVolume, method_6107, getSoundVolume
BeeEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
void (double, boolean, BlockState, BlockPos): checkFallDamage, method_5623, fall
boolean (): isFlapping, method_5776, isFlappingWings
boolean (): isFlying, method_6581, isInAir
void (): dropOffNectar, method_21788, onHoneyDelivered
boolean (ServerWorld, DamageSource, float): hurtServer, method_64397, damage
void (TagKey<Fluid>): jumpInLiquid, method_6010, swimUpward
Vec3d (): getLeashOffset, method_29919, getLeashOffset
boolean (BlockPos, int): closerThan, method_23979, isWithinDistance
void (BlockPos): setHivePos, method_57301, setHivePos
boolean (BlockState): attractsBees, method_65348, isAttractive
void (ServerWorld, DebugTrackable$Tracker): registerDebugValues, method_74589, registerTracking
PassiveEntity (ServerWorld, PassiveEntity): getBreedOffspring, method_5613, createChild
BeeDebugData (): lambda$registerDebugValues$1, method_74668, method_74668
boolean (ItemStack): lambda$registerGoals$0, method_58363, method_58363
EntityNavigation (BeeEntity): access$000, method_36631, method_36631
Random (BeeEntity): access$100, method_21765, method_21765
EntityNavigation (BeeEntity): access$200, method_36632, method_36632
EntityNavigation (BeeEntity): access$300, method_36633, method_36633
EntityNavigation (BeeEntity): access$400, method_36634, method_36634
EntityNavigation (BeeEntity): access$500, method_23989, method_23989
EntityNavigation (BeeEntity): access$600, method_23991, method_23991
EntityNavigation (BeeEntity): access$700, method_36635, method_36635
EntityNavigation (BeeEntity): access$800, method_23994, method_23994
EntityNavigation (BeeEntity): access$900, method_23976, method_23976
EntityNavigation (BeeEntity): access$1000, method_23999, method_23999
EntityNavigation (BeeEntity): access$1100, method_23980, method_23980
EntityNavigation (BeeEntity): access$1200, method_23982, method_23982
EntityNavigation (BeeEntity): access$1300, method_23985, method_23985
EntityNavigation (BeeEntity): access$1400, method_24000, method_24000
EntityNavigation (BeeEntity): access$1500, method_24001, method_24001
EntityNavigation (BeeEntity): access$1600, method_24002, method_24002
EntityNavigation (BeeEntity): access$1700, method_24003, method_24003
EntityNavigation (BeeEntity): access$1800, method_23967, method_23967
Random (BeeEntity): access$1900, method_21795, method_21795
Random (BeeEntity): access$2000, method_21796, method_21796
EntityNavigation (BeeEntity): access$2100, method_23993, method_23993
Random (BeeEntity): access$2200, method_23739, method_23739
EntityNavigation (BeeEntity): access$2300, method_23995, method_23995
Random (BeeEntity): access$2400, method_21798, method_21798
Random (BeeEntity): access$2500, method_23740, method_23740
EntityNavigation (BeeEntity): access$2600, method_61459, method_61459
Random (BeeEntity): access$2700, method_21803, method_21803
Random (BeeEntity): access$2800, method_36630, method_36630
Random (BeeEntity): access$2900, method_61460, method_61460