public interface IJubilanceFactory
| Modifier and Type | Method and Description |
|---|---|
IJubilanceProvider |
getDefault()
The default Jubilance Provider is satisfied when the humidity and temperature are ideal for the bee.
|
IJubilanceProvider |
getRequiresResource(net.minecraft.block.state.IBlockState... acceptedBlockStates)
The Requires Resource Jubilance Provider is satisfied when a specific block is under the hive.
|
IJubilanceProvider getDefault()
IJubilanceProvider getRequiresResource(net.minecraft.block.state.IBlockState... acceptedBlockStates)