Uses of Record Class
net.minecraft.world.level.levelgen.structure.structures.JigsawStructure.MaxDistance
Packages that use JigsawStructure.MaxDistance
Package
Description
-
Uses of JigsawStructure.MaxDistance in net.minecraft.world.level.levelgen.structure.pools
Methods in net.minecraft.world.level.levelgen.structure.pools with parameters of type JigsawStructure.MaxDistanceModifier and TypeMethodDescriptionstatic Optional<Structure.GenerationStub> JigsawPlacement.addPieces(Structure.GenerationContext context, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsaw, int maxDepth, BlockPos position, boolean doExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, PoolAliasLookup poolAliasLookup, DimensionPadding dimensionPadding, LiquidSettings liquidSettings) -
Uses of JigsawStructure.MaxDistance in net.minecraft.world.level.levelgen.structure.structures
Fields in net.minecraft.world.level.levelgen.structure.structures declared as JigsawStructure.MaxDistanceModifier and TypeFieldDescriptionprivate final JigsawStructure.MaxDistanceJigsawStructure.maxDistanceFromCenterFields in net.minecraft.world.level.levelgen.structure.structures with type parameters of type JigsawStructure.MaxDistanceModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<JigsawStructure.MaxDistance> JigsawStructure.MaxDistance.CODECprivate static final com.mojang.serialization.Codec<JigsawStructure.MaxDistance> JigsawStructure.MaxDistance.FULL_CODECConstructors in net.minecraft.world.level.levelgen.structure.structures with parameters of type JigsawStructure.MaxDistanceModifierConstructorDescriptionJigsawStructure(Structure.StructureSettings settings, Holder<StructureTemplatePool> startPool, Optional<Identifier> startJigsawName, int maxDepth, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Types> projectStartToHeightmap, JigsawStructure.MaxDistance maxDistanceFromCenter, List<PoolAliasBinding> poolAliases, DimensionPadding dimensionPadding, LiquidSettings liquidSettings)