Uses of Enum Class
net.minecraft.world.level.block.entity.BeehiveBlockEntity.BeeReleaseStatus
-
Uses of BeehiveBlockEntity.BeeReleaseStatus in net.minecraft.world.level.block
Modifier and TypeMethodDescriptionvoid
BeehiveBlock.releaseBeesAndResetHoneyLevel
(Level p_49595_, BlockState p_49596_, BlockPos p_49597_, Player p_49598_, BeehiveBlockEntity.BeeReleaseStatus p_49599_) -
Uses of BeehiveBlockEntity.BeeReleaseStatus in net.minecraft.world.level.block.entity
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BeehiveBlockEntity.BeeReleaseStatus[]
BeehiveBlockEntity.BeeReleaseStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
BeehiveBlockEntity.emptyAllLivingFromHive
(Player p_58749_, BlockState p_58750_, BeehiveBlockEntity.BeeReleaseStatus p_58751_) BeehiveBlockEntity.releaseAllOccupants
(BlockState p_58760_, BeehiveBlockEntity.BeeReleaseStatus p_58761_) private static boolean
BeehiveBlockEntity.releaseOccupant
(Level p_155137_, BlockPos p_155138_, BlockState p_155139_, BeehiveBlockEntity.BeeData p_155140_, List<Entity> p_155141_, BeehiveBlockEntity.BeeReleaseStatus p_155142_, BlockPos p_155143_)