Uses of Record Class
net.minecraft.world.level.levelgen.structure.Structure.GenerationStub
Packages that use Structure.GenerationStub
Package
Description
-
Uses of Structure.GenerationStub in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure that return types with arguments of type Structure.GenerationStubModifier and TypeMethodDescriptionSinglePieceStructure.findGenerationPoint(Structure.GenerationContext context) protected abstract Optional<Structure.GenerationStub> Structure.findGenerationPoint(Structure.GenerationContext context) Structure.findValidGenerationPoint(Structure.GenerationContext context) protected static Optional<Structure.GenerationStub> Structure.onTopOfChunkCenter(Structure.GenerationContext context, Heightmap.Types heightmapTypes, Consumer<StructurePiecesBuilder> generator) Methods in net.minecraft.world.level.levelgen.structure with parameters of type Structure.GenerationStubModifier and TypeMethodDescriptionprivate static booleanStructure.isValidBiome(Structure.GenerationStub stub, Structure.GenerationContext context) -
Uses of Structure.GenerationStub in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools that return types with arguments of type Structure.GenerationStubModifier and TypeMethodDescriptionstatic Optional<Structure.GenerationStub> JigsawPlacement.addPieces(Structure.GenerationContext context, Holder<StructureTemplatePool> startPool, Optional<ResourceLocation> startJigsawName, int maxDepth, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, int maxDistanceFromCenter, PoolAliasLookup aliasLookup, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) -
Uses of Structure.GenerationStub in net.minecraft.world.level.levelgen.structure.structures
Methods in net.minecraft.world.level.levelgen.structure.structures that return types with arguments of type Structure.GenerationStubModifier and TypeMethodDescriptionBuriedTreasureStructure.findGenerationPoint(Structure.GenerationContext context) EndCityStructure.findGenerationPoint(Structure.GenerationContext context) IglooStructure.findGenerationPoint(Structure.GenerationContext context) JigsawStructure.findGenerationPoint(Structure.GenerationContext context) MineshaftStructure.findGenerationPoint(Structure.GenerationContext context) NetherFortressStructure.findGenerationPoint(Structure.GenerationContext context) NetherFossilStructure.findGenerationPoint(Structure.GenerationContext context) OceanMonumentStructure.findGenerationPoint(Structure.GenerationContext context) OceanRuinStructure.findGenerationPoint(Structure.GenerationContext context) RuinedPortalStructure.findGenerationPoint(Structure.GenerationContext context) ShipwreckStructure.findGenerationPoint(Structure.GenerationContext context) StrongholdStructure.findGenerationPoint(Structure.GenerationContext context) SwampHutStructure.findGenerationPoint(Structure.GenerationContext context) WoodlandMansionStructure.findGenerationPoint(Structure.GenerationContext context)