Package forestry.api.apiculture
Interface IJubilanceFactory
public interface IJubilanceFactory
-
Method Summary
Modifier and TypeMethodDescriptionThe default Jubilance Provider is satisfied when the humidity and temperature are ideal for the bee.The jubilance provider for bees who prefer not to live near other creatures (other bees are fine).getRequiresResource(net.minecraft.world.level.block.state.BlockState... acceptedBlockStates) The Requires Resource Jubilance Provider is satisfied when a specific block is under the hive.
-
Method Details
-
getDefault
IBeeJubilance getDefault()The default Jubilance Provider is satisfied when the humidity and temperature are ideal for the bee. -
getHermit
IBeeJubilance getHermit()The jubilance provider for bees who prefer not to live near other creatures (other bees are fine). -
getRequiresResource
IBeeJubilance getRequiresResource(net.minecraft.world.level.block.state.BlockState... acceptedBlockStates) The Requires Resource Jubilance Provider is satisfied when a specific block is under the hive.
-