Uses of Class
net.minecraft.structure.pool.StructurePool
Packages that use StructurePool
Package
Description
-
Uses of StructurePool in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructurePoolModifier and TypeFieldDescriptionstatic final RegistryEntry<StructurePool>BastionRemnantGenerator.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>DesertVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>PillagerOutpostGenerator.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>PlainsVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>SavannaVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>SnowyVillageData.STRUCTURE_POOLSstatic final RegistryEntry<StructurePool>TaigaVillageData.STRUCTURE_POOLS -
Uses of StructurePool in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool with type parameters of type StructurePoolModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<StructurePool>StructurePool.CODECstatic final RegistryKey<StructurePool>StructurePools.EMPTYprivate static final RegistryEntry<StructurePool>StructurePools.INVALIDprivate final Registry<StructurePool>StructurePoolBasedGenerator.StructurePoolGenerator.registrystatic final com.mojang.serialization.Codec<RegistryEntry<StructurePool>>StructurePool.REGISTRY_CODECMethods in net.minecraft.structure.pool that return types with arguments of type StructurePoolModifier and TypeMethodDescriptionstatic RegistryEntry<StructurePool>StructurePools.initDefaultPools()static RegistryEntry<StructurePool>StructurePools.register(StructurePool templatePool) Methods in net.minecraft.structure.pool with parameters of type StructurePoolModifier and TypeMethodDescriptionstatic RegistryEntry<StructurePool>StructurePools.register(StructurePool templatePool) Method parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifier and TypeMethodDescriptionstatic Optional<StructureFeature.class_7150>StructurePoolBasedGenerator.generate(StructureFeature.class_7149 class_7149, RegistryEntry<StructurePool> registryEntry, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, BlockPos blockPos, boolean bool, Optional<Heightmap.Type> optional) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifierConstructorDescription(package private)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 StructurePoolModifier and TypeFieldDescriptionstatic final Registry<StructurePool>BuiltinRegistries.STRUCTURE_POOLstatic final 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 StructurePoolModifier and TypeFieldDescriptionprivate final RegistryEntry<StructurePool>JigsawFeature.field_37795Methods in net.minecraft.world.gen.feature that return types with arguments of type StructurePoolModifier and TypeMethodDescriptionstatic com.mojang.datafixers.Products.P9<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<JigsawFeature>,RegistryEntryList<Biome>, Map<SpawnGroup, StructureSpawns>, GenerationStep.Feature, Boolean, RegistryEntry<StructurePool>, Integer, HeightProvider, Boolean, Optional<Heightmap.Type>> JigsawFeature.method_41660(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<JigsawFeature> instance) Constructor parameters in net.minecraft.world.gen.feature with type arguments of type StructurePoolModifierConstructorDescriptionJigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool2) JigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean bool, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool2, Optional<Heightmap.Type> optional) JigsawFeature(RegistryEntryList<Biome> registryEntryList, Map<SpawnGroup, StructureSpawns> map, GenerationStep.Feature feature, boolean surface, RegistryEntry<StructurePool> registryEntry, int int2, HeightProvider heightProvider, boolean bool, Heightmap.Type type)