Interface JigsawPool
- All Superinterfaces:
DefaultedRegistryValue
A pool to generate
structures
using jigsaw blocks.-
Method Summary
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
fallback
JigsawPool fallback()Returns the fallback pool, used when the selec e.g.JigsawPools.EMPTY
- Returns:
- The fallback pool.
-
elements
WeightedTable<JigsawPoolElement> elements()Returns the weighted table ofelements
.- Returns:
- The weighted table of elements
-