Uses of Class
net.minecraft.structure.pool.StructurePool
| Package | Description |
|---|---|
| net.minecraft.structure | |
| net.minecraft.structure.pool | |
| net.minecraft.util.registry | |
| net.minecraft.world.gen.feature |
-
Uses of StructurePool in net.minecraft.structure
Fields in net.minecraft.structure declared as StructurePool Modifier and Type Field Description static StructurePoolBastionRemnantGenerator. STRUCTURE_POOLSstatic StructurePoolDesertVillageData. STRUCTURE_POOLSstatic StructurePoolPillagerOutpostGenerator. STRUCTURE_POOLSstatic StructurePoolPlainsVillageData. STRUCTURE_POOLSstatic StructurePoolSavannaVillageData. STRUCTURE_POOLSstatic StructurePoolSnowyVillageData. STRUCTURE_POOLSstatic StructurePoolTaigaVillageData. STRUCTURE_POOLS -
Uses of StructurePool in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as StructurePool Modifier and Type Field Description private static StructurePoolStructurePools. INVALIDFields in net.minecraft.structure.pool with type parameters of type StructurePool Modifier and Type Field Description static com.mojang.serialization.Codec<StructurePool>StructurePool. CODECstatic RegistryKey<StructurePool>StructurePools. EMPTYprivate Registry<StructurePool>StructurePoolBasedGenerator.StructurePoolGenerator. registrystatic com.mojang.serialization.Codec<Supplier<StructurePool>>StructurePool. REGISTRY_CODECMethods in net.minecraft.structure.pool that return StructurePool Modifier and Type Method Description static StructurePoolStructurePools. initDefaultPools()static StructurePoolStructurePools. register(StructurePool templatePool)Methods in net.minecraft.structure.pool with parameters of type StructurePool Modifier and Type Method Description static StructurePoolStructurePools. register(StructurePool templatePool)Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePool Constructor Description StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random) -
Uses of StructurePool in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type StructurePool Modifier and Type Field Description static Registry<StructurePool>BuiltinRegistries. STRUCTURE_POOLstatic RegistryKey<Registry<StructurePool>>Registry. STRUCTURE_POOL_KEY -
Uses of StructurePool in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature with type parameters of type StructurePool Modifier and Type Field Description private Supplier<StructurePool>StructurePoolFeatureConfig. startPoolMethods in net.minecraft.world.gen.feature that return types with arguments of type StructurePool Modifier and Type Method Description Supplier<StructurePool>StructurePoolFeatureConfig. getStartPool()Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructurePool Constructor Description StructurePoolFeatureConfig(Supplier<StructurePool> startPool, int size)