Uses of Enum Class
net.minecraft.world.level.block.entity.BeehiveBlockEntity.BeeReleaseStatus
Packages that use BeehiveBlockEntity.BeeReleaseStatus
-
Uses of BeehiveBlockEntity.BeeReleaseStatus in net.minecraft.world.level.block
Methods in net.minecraft.world.level.block with parameters of type BeehiveBlockEntity.BeeReleaseStatusModifier and TypeMethodDescriptionvoid
BeehiveBlock.releaseBeesAndResetHoneyLevel
(Level level, BlockState state, BlockPos pos, Player player, BeehiveBlockEntity.BeeReleaseStatus beeReleaseStatus) -
Uses of BeehiveBlockEntity.BeeReleaseStatus in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return BeehiveBlockEntity.BeeReleaseStatusModifier 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.Methods in net.minecraft.world.level.block.entity with parameters of type BeehiveBlockEntity.BeeReleaseStatusModifier and TypeMethodDescriptionvoid
BeehiveBlockEntity.emptyAllLivingFromHive
(Player player, BlockState state, BeehiveBlockEntity.BeeReleaseStatus releaseStatus) BeehiveBlockEntity.releaseAllOccupants
(BlockState state, BeehiveBlockEntity.BeeReleaseStatus releaseStatus) private static boolean
BeehiveBlockEntity.releaseOccupant
(Level level, BlockPos pos, BlockState state, BeehiveBlockEntity.Occupant occupant, List<Entity> storedInHives, BeehiveBlockEntity.BeeReleaseStatus releaseStatus, BlockPos storedFlowerPos)