Package net.minecraft.structure.pool
Class StructurePoolRegistry
java.lang.Object
net.minecraft.structure.pool.StructurePoolRegistry
public class StructurePoolRegistry extends Object
-
Field Summary
Fields Modifier and Type Field Description private Map<Identifier,StructurePool>pools -
Constructor Summary
Constructors Constructor Description StructurePoolRegistry() -
Method Summary
Modifier and Type Method Description voidadd(StructurePool pool)StructurePoolget(Identifier id)
-
Field Details
-
Constructor Details
-
StructurePoolRegistry
public StructurePoolRegistry()
-
-
Method Details