Uses of Class
net.minecraft.structure.pool.StructurePool
Packages that use StructurePool
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of StructurePool in net.minecraft.block.entity
Fields in net.minecraft.block.entity with type parameters of type StructurePoolMethods in net.minecraft.block.entity that return types with arguments of type StructurePoolMethod parameters in net.minecraft.block.entity with type arguments of type StructurePoolModifier and TypeMethodDescriptionvoidJigsawBlockEntity.setPool(RegistryKey<StructurePool> pool) -
Uses of StructurePool in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return types with arguments of type StructurePoolModifier and TypeMethodDescriptionstatic RegistryEntry.Reference<StructurePool>RegistryKeyArgumentType.getStructurePoolEntry(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) -
Uses of StructurePool in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type StructurePoolModifier and TypeMethodDescriptionstatic intPlaceCommand.executePlaceJigsaw(ServerCommandSource source, RegistryEntry<StructurePool> structurePool, Identifier id, int maxDepth, BlockPos pos) -
Uses of StructurePool in net.minecraft.structure
Fields in net.minecraft.structure with type parameters of type StructurePoolModifier and TypeFieldDescriptionstatic final RegistryKey<StructurePool>AncientCityGenerator.CITY_CENTERprivate static final RegistryKey<StructurePool>DesertVillageData.field_40958private static final RegistryKey<StructurePool>DesertVillageData.field_40959private static final RegistryKey<StructurePool>PlainsVillageData.field_40961private static final RegistryKey<StructurePool>SavannaVillageData.field_40962private static final RegistryKey<StructurePool>SavannaVillageData.field_40963private static final RegistryKey<StructurePool>SnowyVillageData.field_40964private static final RegistryKey<StructurePool>TaigaVillageData.field_40965static final RegistryKey<StructurePool>BastionRemnantGenerator.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>DesertVillageData.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>PillagerOutpostGenerator.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>PlainsVillageData.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>SavannaVillageData.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>SnowyVillageData.STRUCTURE_POOLSstatic final RegistryKey<StructurePool>TaigaVillageData.STRUCTURE_POOLSMethod parameters in net.minecraft.structure with type arguments of type StructurePoolModifier and TypeMethodDescriptionstatic voidAncientCityGenerator.init(class_7891<StructurePool> class_7891) static voidAncientCityOutskirtsGenerator.init(class_7891<StructurePool> class_7891) static voidBastionBridgeData.init(class_7891<StructurePool> class_7891) static voidBastionData.init(class_7891<StructurePool> class_7891) static voidBastionRemnantGenerator.init(class_7891<StructurePool> class_7891) static voidBastionTreasureData.init(class_7891<StructurePool> class_7891) static voidBastionUnitsData.init(class_7891<StructurePool> class_7891) static voidDesertVillageData.init(class_7891<StructurePool> class_7891) static voidHoglinStableData.init(class_7891<StructurePool> class_7891) static voidPillagerOutpostGenerator.init(class_7891<StructurePool> class_7891) static voidPlainsVillageData.init(class_7891<StructurePool> class_7891) static voidSavannaVillageData.init(class_7891<StructurePool> class_7891) static voidSnowyVillageData.init(class_7891<StructurePool> class_7891) static voidTaigaVillageData.init(class_7891<StructurePool> class_7891) static voidVillageGenerator.init(class_7891<StructurePool> class_7891) -
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 MutableObject<com.mojang.serialization.Codec<RegistryEntry<StructurePool>>>StructurePool.field_40925private final RegistryEntry<StructurePool>StructurePool.field_40926private 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 TypeMethodDescriptionprivate static RegistryKey<StructurePool>StructurePoolBasedGenerator.StructurePoolGenerator.method_46731(StructureTemplate.StructureBlockInfo structureBlockInfo) StructurePool.method_46736()static RegistryKey<StructurePool>StructurePools.method_46844(String string) Methods in net.minecraft.structure.pool with parameters of type StructurePoolModifier and TypeMethodDescriptionstatic voidStructurePools.register(class_7891<StructurePool> class_7891, String string, StructurePool structurePool) Method parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifier and TypeMethodDescriptionstatic booleanStructurePoolBasedGenerator.generate(ServerWorld world, RegistryEntry<StructurePool> structurePool, Identifier id, int int2, BlockPos pos, boolean keepJigsaws) private static voidStructurePoolBasedGenerator.generate(NoiseConfig noiseConfig, int maxSize, boolean modifyBoundingBox, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, HeightLimitView heightLimitView, Random random, Registry<StructurePool> structurePoolRegistry, PoolStructurePiece firstPiece, List<PoolStructurePiece> pieces, VoxelShape pieceShape) static Optional<Structure.StructurePosition>StructurePoolBasedGenerator.generate(Structure.Context context, RegistryEntry<StructurePool> structurePool, Optional<Identifier> id, int size, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter) static voidStructurePools.initDefaultPools(class_7891<StructurePool> class_7891) static voidStructurePools.register(class_7891<StructurePool> class_7891, String string, StructurePool structurePool) Constructor parameters in net.minecraft.structure.pool with type arguments of type StructurePoolModifierConstructorDescriptionStructurePool(RegistryEntry<StructurePool> registryEntry, List<com.mojang.datafixers.util.Pair<Function<StructurePool.Projection, ? extends StructurePoolElement>, Integer>> list, StructurePool.Projection projection) StructurePool(RegistryEntry<StructurePool> registryEntry, List<com.mojang.datafixers.util.Pair<StructurePoolElement, Integer>> list) (package private)StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, 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 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.startPoolConstructor parameters in net.minecraft.world.gen.structure with type arguments of type StructurePoolModifierConstructorDescriptionJigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack) JigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, int size, HeightProvider startHeight, boolean useExpansionHack, Heightmap.Type projectStartToHeightmap) JigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, int maxDistanceFromCenter)