public class StructurePoolRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<Identifier,StructurePool> |
pools |
| Constructor and Description |
|---|
StructurePoolRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(StructurePool pool) |
StructurePool |
get(Identifier id) |
private final Map<Identifier,StructurePool> pools
public void add(StructurePool pool)
public StructurePool get(Identifier id)