public interface IHiveGenHelper
| Modifier and Type | Method and Description |
|---|---|
IHiveGen |
ground(net.minecraft.block.Block... validGroundBlocks)
Returns a hiveGen for a hive that spawns on the ground.
|
IHiveGen |
tree()
Returns a hiveGen for a hive that spawns in trees.
|