public class JubilanceFactory extends java.lang.Object implements IJubilanceFactory
| Constructor and Description |
|---|
JubilanceFactory() |
| 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.
|
public IJubilanceProvider getDefault()
IJubilanceFactorygetDefault in interface IJubilanceFactorypublic IJubilanceProvider getRequiresResource(net.minecraft.block.state.IBlockState... acceptedBlockStates)
IJubilanceFactorygetRequiresResource in interface IJubilanceFactory