public interface IHiveRegistry
| Modifier and Type | Interface and Description |
|---|---|
static class |
IHiveRegistry.HiveType |
| Modifier and Type | Method and Description |
|---|---|
void |
addDrops(java.lang.String hiveName,
IHiveDrop... drops)
Add drops to a registered hive.
|
void |
addDrops(java.lang.String hiveName,
java.util.List<IHiveDrop> drop) |
void |
registerHive(java.lang.String hiveName,
IHiveDescription hiveDescription)
Adds a new hive to be generated in the world.
|
void registerHive(java.lang.String hiveName,
IHiveDescription hiveDescription)
void addDrops(java.lang.String hiveName,
IHiveDrop... drops)
void addDrops(java.lang.String hiveName,
java.util.List<IHiveDrop> drop)