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>
AncientCityGenerator.CITY_CENTER
static final RegistryEntry<StructurePool>
BastionRemnantGenerator.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
DesertVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
PillagerOutpostGenerator.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
PlainsVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
SavannaVillageData.STRUCTURE_POOLS
static final RegistryEntry<StructurePool>
SnowyVillageData.STRUCTURE_POOLS
static 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.CODEC
static final RegistryKey<StructurePool>
StructurePools.EMPTY
private static final RegistryEntry<StructurePool>
StructurePools.INVALID
private final Registry<StructurePool>
StructurePoolBasedGenerator.StructurePoolGenerator.registry
static final com.mojang.serialization.Codec<RegistryEntry<StructurePool>>
StructurePool.REGISTRY_CODEC
Methods 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 TypeMethodDescriptionprivate static void
StructurePoolBasedGenerator.generate
(NoiseConfig noiseConfig, int int2, boolean bool, ChunkGenerator chunkGenerator, StructureManager structureManager, HeightLimitView heightLimitView, AbstractRandom abstractRandom, Registry<StructurePool> registry, PoolStructurePiece poolStructurePiece, List<PoolStructurePiece> list, VoxelShape voxelShape) StructurePoolBasedGenerator.generate
(StructureType.Context context, RegistryEntry<StructurePool> registryEntry, Optional<Identifier> optional, int int2, BlockPos blockPos, boolean bool, Optional<Heightmap.Type> optional2, int int3) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifierConstructorDescription(package private)
StructurePoolGenerator
(Registry<StructurePool> registry, int maxSize, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, AbstractRandom abstractRandom) -
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_POOL
static final RegistryKey<Registry<StructurePool>>
Registry.STRUCTURE_POOL_KEY
-
Uses of StructurePool in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure with type parameters of type StructurePoolModifier and TypeFieldDescriptionprivate final RegistryEntry<StructurePool>
JigsawStructure.startPool
Constructor parameters in net.minecraft.world.gen.structure with type arguments of type StructurePoolModifierConstructorDescriptionJigsawStructure
(StructureType.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack) JigsawStructure
(StructureType.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Type projectStartToHeightmap) JigsawStructure
(StructureType.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> optional, int int2, HeightProvider heightProvider, boolean bool, Optional<Heightmap.Type> optional2, int int3)