History - net.minecraft.world.level.block.entity.BeehiveBlockEntity
1.21.3
Names
dqe
duu
Fields
List<BeehiveBlockEntity$BeeData>: i, stored, field_20423, bees, f_58732_
List<BeehiveBlockEntity$BeeData>: i, stored, field_20423, bees
BlockPos: j, savedFlowerPos, field_20424, flowerPos, f_58733_
BlockPos: j, savedFlowerPos, field_20424, flowerPos
String: d, TAG_FLOWER_POS, field_31306, FLOWER_POS_KEY, f_155121_
String: d, TAG_FLOWER_POS, field_31306, FLOWER_POS_KEY
String: e, BEES, field_31311, BEES_KEY, f_155126_
String: e, BEES, field_31311, BEES_KEY
List<String>: f, IGNORED_BEE_TAGS, field_33570, IRRELEVANT_BEE_NBT_KEYS, f_155129_
List<String>: f, IGNORED_BEE_TAGS, field_33570, IRRELEVANT_BEE_NBT_KEYS
int: a, MAX_OCCUPANTS, field_31312, MAX_BEE_COUNT, f_155127_
int: a, MAX_OCCUPANTS, field_31312, MAX_BEE_COUNT
int: g, MIN_TICKS_BEFORE_REENTERING_HIVE, field_31314, ANGERED_CANNOT_ENTER_HIVE_TICKS, f_155130_
int: g, MIN_TICKS_BEFORE_REENTERING_HIVE, field_31314, ANGERED_CANNOT_ENTER_HIVE_TICKS
int: h, MIN_OCCUPATION_TICKS_NECTAR, field_31315, MIN_OCCUPATION_TICKS_WITH_NECTAR, f_155131_
int: h, MIN_OCCUPATION_TICKS_NECTAR, field_31315, MIN_OCCUPATION_TICKS_WITH_NECTAR
int: b, MIN_OCCUPATION_TICKS_NECTARLESS, field_31313, MIN_OCCUPATION_TICKS_WITHOUT_NECTAR, f_155128_
int: b, MIN_OCCUPATION_TICKS_NECTARLESS, field_31313, MIN_OCCUPATION_TICKS_WITHOUT_NECTAR
org.slf4j.Logger: c, LOGGER, field_49409, LOGGER, f_316080_
org.slf4j.Logger: c, LOGGER, field_49409, LOGGER
Constructors
Methods
void (): e, setChanged, method_5431, markDirty, m_6596_
void (): e, setChanged, method_5431, markDirty
boolean (): b, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): b, isFireNearby, method_23280, isNearFire
boolean (): c, isEmpty, method_22400, hasNoBees, m_58774_
boolean (): c, isEmpty, method_22400, hasNoBees
boolean (): d, isFull, method_21856, isFullOfBees, m_58775_
boolean (): d, isFull, method_21856, isFullOfBees
void (Player, BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, emptyAllLivingFromHive, method_21850, angerBees, m_58748_
void (Player, BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, emptyAllLivingFromHive, method_21850, angerBees
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, m_58759_
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee
int (): f, getOccupantCount, method_23903, getBeeCount, m_58776_
int (): f, getOccupantCount, method_23903, getBeeCount
int (BlockState): a, getHoneyLevel, method_23902, getHoneyLevel, m_58752_
int (BlockState): a, getHoneyLevel, method_23902, getHoneyLevel
boolean (): j, isSedated, method_23904, isSmoked, m_58777_
boolean (): j, isSedated, method_23904, isSmoked
boolean (): k, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): k, hasSavedFlowerPos, method_21857, hasFlowerPos
void (Level, BlockPos, BlockState, List<BeehiveBlockEntity$BeeData>, BlockPos): a, tickOccupants, method_21858, tickBees, m_155149_
void (Level, BlockPos, BlockState, List<BeehiveBlockEntity$BeeData>, BlockPos): a, tickOccupants, method_21858, tickBees
void (Level, BlockPos, BlockState, BeehiveBlockEntity): a, serverTick, method_31656, serverTick, m_155144_
void (Level, BlockPos, BlockState, BeehiveBlockEntity): a, serverTick, method_31656, serverTick
void (Entity): a, addOccupant, method_21848, tryEnterHive, m_58741_
void (Entity): a, addOccupant, method_21848, tryEnterHive
void (BeehiveBlockEntity$Occupant): a, storeBee, method_35292, addBee, m_155157_
void (BeehiveBlockEntity$Occupant): a, storeBee, method_35292, addBee
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$Occupant, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$Occupant, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt
void (BlockEntity$DataComponentInput): a, applyImplicitComponents, method_57568, readComponents, m_318741_
void (BlockEntity$DataComponentInput): a, applyImplicitComponents, method_57568, readComponents
void (DataComponentMap$Builder): a, collectImplicitComponents, method_57567, addComponents, m_318837_
void (DataComponentMap$Builder): a, collectImplicitComponents, method_57567, addComponents
void (CompoundTag): a, removeComponentsFromTag, method_57569, removeFromCopiedStackNbt, m_318942_
void (CompoundTag): a, removeComponentsFromTag, method_57569, removeFromCopiedStackNbt
List<BeehiveBlockEntity$Occupant> (): l, getBees, method_57580, createBeesData, m_322480_
List<BeehiveBlockEntity$Occupant> (): t, getBees, method_57580, createBeesData
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
dpg
dqe
Fields
Constructors
Methods
1.20.6
Names
dgs
dpg
Fields
List<BeehiveBlockEntity$BeeData>: l, stored, field_20423, bees, f_58732_
List<BeehiveBlockEntity$BeeData>: i, stored, field_20423, bees, f_58732_
BlockPos: m, savedFlowerPos, field_20424, flowerPos, f_58733_
BlockPos: j, savedFlowerPos, field_20424, flowerPos, f_58733_
String: a, TAG_FLOWER_POS, field_31306, FLOWER_POS_KEY, f_155121_
String: d, TAG_FLOWER_POS, field_31306, FLOWER_POS_KEY, f_155121_
String: b, MIN_OCCUPATION_TICKS, field_31307, MIN_OCCUPATION_TICKS_KEY, f_155122_
String: c, ENTITY_DATA, field_31308, ENTITY_DATA_KEY, f_155123_
String: d, TICKS_IN_HIVE, field_31309, TICKS_IN_HIVE_KEY, f_155124_
String: e, HAS_NECTAR, field_31310, HAS_NECTAR_KEY, f_155125_
String: f, BEES, field_31311, BEES_KEY, f_155126_
String: e, BEES, field_31311, BEES_KEY, f_155126_
List<String>: i, IGNORED_BEE_TAGS, field_33570, IRRELEVANT_BEE_NBT_KEYS, f_155129_
List<String>: f, IGNORED_BEE_TAGS, field_33570, IRRELEVANT_BEE_NBT_KEYS, f_155129_
int: g, MAX_OCCUPANTS, field_31312, MAX_BEE_COUNT, f_155127_
int: a, MAX_OCCUPANTS, field_31312, MAX_BEE_COUNT, f_155127_
int: j, MIN_TICKS_BEFORE_REENTERING_HIVE, field_31314, ANGERED_CANNOT_ENTER_HIVE_TICKS, f_155130_
int: g, MIN_TICKS_BEFORE_REENTERING_HIVE, field_31314, ANGERED_CANNOT_ENTER_HIVE_TICKS, f_155130_
int: k, MIN_OCCUPATION_TICKS_NECTAR, field_31315, MIN_OCCUPATION_TICKS_WITH_NECTAR, f_155131_
int: h, MIN_OCCUPATION_TICKS_NECTAR, field_31315, MIN_OCCUPATION_TICKS_WITH_NECTAR, f_155131_
int: h, MIN_OCCUPATION_TICKS_NECTARLESS, field_31313, MIN_OCCUPATION_TICKS_WITHOUT_NECTAR, f_155128_
int: b, MIN_OCCUPATION_TICKS_NECTARLESS, field_31313, MIN_OCCUPATION_TICKS_WITHOUT_NECTAR, f_155128_
org.slf4j.Logger: c, LOGGER, field_49409, LOGGER, f_316080_
Constructors
Methods
boolean (): c, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): b, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): d, isEmpty, method_22400, hasNoBees, m_58774_
boolean (): c, isEmpty, method_22400, hasNoBees, m_58774_
boolean (): f, isFull, method_21856, isFullOfBees, m_58775_
boolean (): d, isFull, method_21856, isFullOfBees, m_58775_
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, m_58741_
int (): g, getOccupantCount, method_23903, getBeeCount, m_58776_
int (): f, getOccupantCount, method_23903, getBeeCount, m_58776_
boolean (): k, isSedated, method_23904, isSmoked, m_58777_
boolean (): j, isSedated, method_23904, isSmoked, m_58777_
void (Entity, boolean, int): a, addOccupantWithPresetTicks, method_21849, tryEnterHive, m_58744_
boolean (): m, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): k, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
ListTag (): l, writeBees, method_21859, getBees, m_58779_
void (int, Bee): a, setBeeReleaseData, method_29562, ageBee, m_58736_
void (CompoundTag, int, boolean): a, storeBee, method_35292, addBee, m_155157_
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_
void (CompoundTag): d, removeIgnoredBeeTags, method_36379, removeIrrelevantNbtKeys, m_155161_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
void (Entity): a, addOccupant, method_21848, tryEnterHive, m_58741_
void (BeehiveBlockEntity$Occupant): a, storeBee, method_35292, addBee, m_155157_
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$Occupant, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_
void (CompoundTag, HolderLookup$Provider): a, loadAdditional, method_11014, readNbt, m_318667_
void (CompoundTag, HolderLookup$Provider): b, saveAdditional, method_11007, writeNbt, m_183515_
void (BlockEntity$DataComponentInput): a, applyImplicitComponents, method_57568, readComponents, m_318741_
void (DataComponentMap$Builder): a, collectImplicitComponents, method_57567, addComponents, m_318837_
void (CompoundTag): a, removeComponentsFromTag, method_57569, removeFromCopiedStackNbt, m_318942_
List<BeehiveBlockEntity$Occupant> (): l, getBees, method_57580, createBeesData, m_322480_
1.20.4
Names
dcs
dgs
Fields
Constructors
Methods
boolean (): i, isSedated, method_23904, isSmoked, m_58777_
boolean (): k, isSedated, method_23904, isSmoked, m_58777_
boolean (): v, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): m, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
ListTag (): j, writeBees, method_21859, getBees, m_58779_
ListTag (): l, writeBees, method_21859, getBees, m_58779_
1.20.2
Names
czk
dcs
Fields
Constructors
Methods
1.20.1
Names
czb
czk
Fields
Constructors
Methods
1.19.4
Names
cwi
czb
Fields
Constructors
Methods
boolean (): t, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): v, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
1.19.3
Names
ctf
cwi
Fields
Constructors
Methods
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
csi
ctf
Fields
Constructors
Methods
1.19
Names
cmo
csi
Fields
Constructors
Methods
boolean (): v, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): t, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
1.18.2
Names
clw
cmo
Fields
Constructors
Methods
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cin
clw
Fields
Constructors
Methods
void (): e, setChanged, method_5431, markDirty, m_6596_, update
void (): e, setChanged, method_5431, markDirty, m_6596_
boolean (): d, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): c, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): f, isEmpty, method_22400, hasNoBees, m_58774_, isEmpty
boolean (): d, isEmpty, method_22400, hasNoBees, m_58774_
boolean (): g, isFull, method_21856, isFullOfBees, m_58775_, isFull
boolean (): f, isFull, method_21856, isFullOfBees, m_58775_
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, m_58759_, releaseBees
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, m_58759_
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, m_58741_, addBee
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, m_58741_
int (): h, getOccupantCount, method_23903, getBeeCount, m_58776_, getBeeCount
int (): g, getOccupantCount, method_23903, getBeeCount, m_58776_
boolean (): i, isSedated, method_23904, isSmoked, m_58777_, isSedated
boolean (): i, isSedated, method_23904, isSmoked, m_58777_
boolean (): s, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
boolean (): v, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
void (CompoundTag): a, load, method_11014, readNbt, m_142466_, load
void (CompoundTag): a, load, method_11014, readNbt, m_142466_
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_, save
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_, releaseBee
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_
void (CompoundTag): c, removeIgnoredBeeTags, method_36379, removeIrrelevantNbtKeys, m_155161_
void (CompoundTag): d, removeIgnoredBeeTags, method_36379, removeIrrelevantNbtKeys, m_155161_
void (CompoundTag): b, saveAdditional, method_11007, writeNbt, m_183515_
1.17.1
Names
cim
cin
Fields
Constructors
Methods
1.17
Names
ccg
cim
net.minecraft.tileentity.BeehiveTileEntity
net.minecraft.src.C_1985_
net.minecraft.server.v1_16_R3.TileEntityBeehive
net.minecraft.world.level.block.entity.TileEntityBeehive
Fields
List<BeehiveBlockEntity$BeeData>: a, stored, field_20423, bees, field_226958_a_, bees
List<BeehiveBlockEntity$BeeData>: l, stored, field_20423, bees, f_58732_
BlockPos: b, savedFlowerPos, field_20424, flowerPos, field_226959_b_, flowerPos
BlockPos: m, savedFlowerPos, field_20424, flowerPos, f_58733_
String: a, TAG_FLOWER_POS, field_31306, FLOWER_POS_KEY, f_155121_
String: b, MIN_OCCUPATION_TICKS, field_31307, MIN_OCCUPATION_TICKS_KEY, f_155122_
String: c, ENTITY_DATA, field_31308, ENTITY_DATA_KEY, f_155123_
String: d, TICKS_IN_HIVE, field_31309, TICKS_IN_HIVE_KEY, f_155124_
String: e, HAS_NECTAR, field_31310, HAS_NECTAR_KEY, f_155125_
String: f, BEES, field_31311, BEES_KEY, f_155126_
List<String>: i, IGNORED_BEE_TAGS, field_33570, IRRELEVANT_BEE_NBT_KEYS, f_155129_
int: g, MAX_OCCUPANTS, field_31312, MAX_BEE_COUNT, f_155127_
int: j, MIN_TICKS_BEFORE_REENTERING_HIVE, field_31314, ANGERED_CANNOT_ENTER_HIVE_TICKS, f_155130_
int: k, MIN_OCCUPATION_TICKS_NECTAR, field_31315, MIN_OCCUPATION_TICKS_WITH_NECTAR, f_155131_
int: h, MIN_OCCUPATION_TICKS_NECTARLESS, field_31313, MIN_OCCUPATION_TICKS_WITHOUT_NECTAR, f_155128_
Constructors
()
Methods
void (): X_, setChanged, method_5431, markDirty, func_70296_d, update
void (): e, setChanged, method_5431, markDirty, m_6596_, update
boolean (): d, isFireNearby, method_23280, isNearFire, func_226968_d_
boolean (): d, isFireNearby, method_23280, isNearFire, m_58773_
boolean (): f, isEmpty, method_22400, hasNoBees, func_226969_f_, isEmpty
boolean (): f, isEmpty, method_22400, hasNoBees, m_58774_, isEmpty
boolean (): h, isFull, method_21856, isFullOfBees, func_226970_h_, isFull
boolean (): g, isFull, method_21856, isFullOfBees, m_58775_, isFull
void (Player, BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, emptyAllLivingFromHive, method_21850, angerBees, func_226963_a_
void (Player, BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, emptyAllLivingFromHive, method_21850, angerBees, m_58748_
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, func_226965_a_, releaseBees
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, m_58759_, releaseBees
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, func_226961_a_, addBee
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, m_58741_, addBee
int (): j, getOccupantCount, method_23903, getBeeCount, func_226971_j_, getBeeCount
int (): h, getOccupantCount, method_23903, getBeeCount, m_58776_, getBeeCount
int (BlockState): a, getHoneyLevel, method_23902, getHoneyLevel, func_226964_a_
int (BlockState): a, getHoneyLevel, method_23902, getHoneyLevel, m_58752_
boolean (): k, isSedated, method_23904, isSmoked, func_226972_k_, isSedated
boolean (): i, isSedated, method_23904, isSmoked, m_58777_, isSedated
void (): l, sendDebugPackets, method_23757, sendDebugData, func_226973_l_
void (Entity, boolean, int): a, addOccupantWithPresetTicks, method_21849, tryEnterHive, func_226962_a_
void (Entity, boolean, int): a, addOccupantWithPresetTicks, method_21849, tryEnterHive, m_58744_
boolean (): x, hasSavedFlowerPos, method_21857, hasFlowerPos, func_226975_x_
boolean (): s, hasSavedFlowerPos, method_21857, hasFlowerPos, m_58780_
void (): y, tickOccupants, method_21858, tickBees, func_226976_y_
void (): aj_, tick, method_16896, tick, func_73660_a, tick
void (CompoundTag): a, load, method_11014, readNbt, m_142466_, load
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b, save
CompoundTag (CompoundTag): b, save, method_11007, writeNbt, m_6945_, save
ListTag (): m, writeBees, method_21859, getBees, func_226974_m_
ListTag (): j, writeBees, method_21859, getBees, m_58779_
boolean (BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus): a, releaseOccupant, method_21855, releaseBee, func_235651_a_, releaseBee
void (int, Bee): a, setBeeReleaseData, method_29562, ageBee, func_235650_a_
void (int, Bee): a, setBeeReleaseData, method_29562, ageBee, m_58736_
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_, load
void (CompoundTag, int, boolean): a, storeBee, method_35292, addBee, m_155157_
boolean (Level, BlockPos, BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus, BlockPos): a, releaseOccupant, method_21855, releaseBee, m_155136_, releaseBee
void (CompoundTag): c, removeIgnoredBeeTags, method_36379, removeIrrelevantNbtKeys, m_155161_
void (Level, BlockPos, BlockState, List<BeehiveBlockEntity$BeeData>, BlockPos): a, tickOccupants, method_21858, tickBees, m_155149_
void (Level, BlockPos, BlockState, BeehiveBlockEntity): a, serverTick, method_31656, serverTick, m_155144_
1.16.5
Names
Fields
Constructors
Methods
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b, save
CompoundTag (CompoundTag): a, save, method_11007, writeNbt, func_189515_b, save
1.16.4
Names
ccd
ccg
net.minecraft.server.v1_16_R2.TileEntityBeehive
net.minecraft.server.v1_16_R3.TileEntityBeehive
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
cdi
ccd
net.minecraft.server.v1_16_R1.TileEntityBeehive
net.minecraft.server.v1_16_R2.TileEntityBeehive
Fields
Constructors
Methods
void (): Z_, setChanged, method_5431, markDirty, func_70296_d, update
void (): X_, setChanged, method_5431, markDirty, func_70296_d, update
void (): al_, tick, method_16896, tick, func_73660_a, tick
void (): aj_, tick, method_16896, tick, func_73660_a, tick
1.16.1
Names
bwi
cdi
net.minecraft.server.v1_15_R1.TileEntityBeehive
net.minecraft.server.v1_16_R1.TileEntityBeehive
Fields
Constructors
Methods
void (): e, setChanged, method_5431, markDirty, func_70296_d, update
void (): Z_, setChanged, method_5431, markDirty, func_70296_d, update
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, func_226965_a_
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, func_226965_a_, releaseBees
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, func_226961_a_
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, func_226961_a_, addBee
int (): j, getOccupantCount, method_23903, getBeeCount, func_226971_j_
int (): j, getOccupantCount, method_23903, getBeeCount, func_226971_j_, getBeeCount
boolean (): k, isSedated, method_23904, isSmoked, func_226972_k_
boolean (): k, isSedated, method_23904, isSmoked, func_226972_k_, isSedated
boolean (BlockState, CompoundTag, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus): a, releaseOccupant, method_21855, releaseBee, func_226967_a_
void (): Z_, tick, method_16896, tick, func_73660_a, tick
void (): al_, tick, method_16896, tick, func_73660_a, tick
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a, load
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b, save
CompoundTag (CompoundTag): a, save, method_11007, toTag, func_189515_b, save
boolean (BlockState, BeehiveBlockEntity$BeeData, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus): a, releaseOccupant, method_21855, releaseBee, func_235651_a_, releaseBee
void (int, Bee): a, setBeeReleaseData, method_29562, ageBee, func_235650_a_
void (BlockState, CompoundTag): a, load, method_11014, fromTag, func_230337_a_, load
1.15.2
Names
bwf
bwi
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
1.15
Names
bwf
net.minecraft.world.level.block.entity.BeehiveBlockEntity
net.minecraft.class_4482
net.minecraft.block.entity.BeehiveBlockEntity
net.minecraft.tileentity.BeehiveTileEntity
net.minecraft.server.v1_15_R1.TileEntityBeehive
Fields
List<BeehiveBlockEntity$BeeData>: a, stored, field_20423, bees, field_226958_a_, bees
BlockPos: b, savedFlowerPos, field_20424, flowerPos, field_226959_b_, flowerPos
Constructors
()
Methods
void (): e, setChanged, method_5431, markDirty, func_70296_d, update
boolean (): d, isFireNearby, method_23280, isNearFire, func_226968_d_
boolean (): f, isEmpty, method_22400, hasNoBees, func_226969_f_, isEmpty
boolean (): h, isFull, method_21856, isFullOfBees, func_226970_h_, isFull
void (Player, BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, emptyAllLivingFromHive, method_21850, angerBees, func_226963_a_
List<Entity> (BlockState, BeehiveBlockEntity$BeeReleaseStatus): a, releaseAllOccupants, method_21852, tryReleaseBee, func_226965_a_
void (Entity, boolean): a, addOccupant, method_21848, tryEnterHive, func_226961_a_
int (): j, getOccupantCount, method_23903, getBeeCount, func_226971_j_
int (BlockState): a, getHoneyLevel, method_23902, getHoneyLevel, func_226964_a_
boolean (): k, isSedated, method_23904, isSmoked, func_226972_k_
void (): l, sendDebugPackets, method_23757, sendDebugData, func_226973_l_
void (Entity, boolean, int): a, addOccupantWithPresetTicks, method_21849, tryEnterHive, func_226962_a_
boolean (BlockState, CompoundTag, List<Entity>, BeehiveBlockEntity$BeeReleaseStatus): a, releaseOccupant, method_21855, releaseBee, func_226967_a_
boolean (): x, hasSavedFlowerPos, method_21857, hasFlowerPos, func_226975_x_
void (): y, tickOccupants, method_21858, tickBees, func_226976_y_
void (): Z_, tick, method_16896, tick, func_73660_a, tick
void (CompoundTag): a, load, method_11014, fromTag, func_145839_a, load
CompoundTag (CompoundTag): b, save, method_11007, toTag, func_189515_b, save
ListTag (): m, writeBees, method_21859, getBees, func_226974_m_