Uses of Record Class
net.minecraft.world.level.levelgen.structure.Structure.GenerationContext
Packages that use Structure.GenerationContext
Package
Description
-
Uses of Structure.GenerationContext in net.minecraft.world.level.levelgen.structure
Methods in net.minecraft.world.level.levelgen.structure with parameters of type Structure.GenerationContextModifier and TypeMethodDescriptionSinglePieceStructure.findGenerationPoint(Structure.GenerationContext p_226542_) protected abstract Optional<Structure.GenerationStub> Structure.findGenerationPoint(Structure.GenerationContext context) Structure.findValidGenerationPoint(Structure.GenerationContext context) private voidSinglePieceStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private static int[]Structure.getCornerHeights(Structure.GenerationContext context, int minX, int maxX, int minZ, int maxZ) protected static intStructure.getLowestY(Structure.GenerationContext context, int maxX, int maxZ) protected static intStructure.getLowestY(Structure.GenerationContext context, int minX, int minZ, int maxX, int maxZ) protected BlockPosStructure.getLowestYIn5by5BoxOffset7Blocks(Structure.GenerationContext context, Rotation rotation) Deprecated.static intStructure.getMeanFirstOccupiedHeight(Structure.GenerationContext context, int minX, int maxX, int minZ, int maxZ) private static booleanStructure.isValidBiome(Structure.GenerationStub stub, Structure.GenerationContext context) protected static Optional<Structure.GenerationStub> Structure.onTopOfChunkCenter(Structure.GenerationContext context, Heightmap.Types heightmapTypes, Consumer<StructurePiecesBuilder> generator) -
Uses of Structure.GenerationContext in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type Structure.GenerationContextModifier 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, JigsawStructure.MaxDistance maxDistanceFromCenter, PoolAliasLookup aliasLookup, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) -
Uses of Structure.GenerationContext in net.minecraft.world.level.levelgen.structure.structures
Methods in net.minecraft.world.level.levelgen.structure.structures with parameters of type Structure.GenerationContextModifier and TypeMethodDescriptionBuriedTreasureStructure.findGenerationPoint(Structure.GenerationContext p_227387_) EndCityStructure.findGenerationPoint(Structure.GenerationContext p_227528_) IglooStructure.findGenerationPoint(Structure.GenerationContext p_227595_) JigsawStructure.findGenerationPoint(Structure.GenerationContext p_227636_) MineshaftStructure.findGenerationPoint(Structure.GenerationContext p_227964_) NetherFortressStructure.findGenerationPoint(Structure.GenerationContext p_228523_) NetherFossilStructure.findGenerationPoint(Structure.GenerationContext p_228576_) OceanMonumentStructure.findGenerationPoint(Structure.GenerationContext p_228964_) OceanRuinStructure.findGenerationPoint(Structure.GenerationContext p_229065_) RuinedPortalStructure.findGenerationPoint(Structure.GenerationContext p_229285_) ShipwreckStructure.findGenerationPoint(Structure.GenerationContext p_229391_) StrongholdStructure.findGenerationPoint(Structure.GenerationContext p_229941_) SwampHutStructure.findGenerationPoint(Structure.GenerationContext p_229976_) WoodlandMansionStructure.findGenerationPoint(Structure.GenerationContext p_230235_) private static voidBuriedTreasureStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private voidEndCityStructure.generatePieces(StructurePiecesBuilder builder, BlockPos startPos, Rotation rotation, Structure.GenerationContext context) private voidIglooStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private static voidNetherFortressStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private static voidOceanMonumentStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private voidOceanRuinStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private voidShipwreckStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private static voidStrongholdStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private static voidSwampHutStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context) private voidWoodlandMansionStructure.generatePieces(StructurePiecesBuilder builder, Structure.GenerationContext context, BlockPos pos, Rotation rotation) private intMineshaftStructure.generatePiecesAndAdjust(StructurePiecesBuilder builder, Structure.GenerationContext context)