Uses of Record Class
net.minecraft.world.gen.structure.JigsawStructure.MaxDistanceFromCenter
Packages that use JigsawStructure.MaxDistanceFromCenter
- 
Uses of JigsawStructure.MaxDistanceFromCenter in net.minecraft.structure.pool
Methods in net.minecraft.structure.pool with parameters of type JigsawStructure.MaxDistanceFromCenterModifier and TypeMethodDescriptionstatic Optional<Structure.StructurePosition> StructurePoolBasedGenerator.generate(Structure.Context context, RegistryEntry<StructurePool> structurePool, Optional<Identifier> id, int size, BlockPos pos, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, JigsawStructure.MaxDistanceFromCenter maxDistanceFromCenter, StructurePoolAliasLookup aliasLookup, DimensionPadding dimensionPadding, StructureLiquidSettings liquidSettings)  - 
Uses of JigsawStructure.MaxDistanceFromCenter in net.minecraft.world.gen.structure
Fields in net.minecraft.world.gen.structure declared as JigsawStructure.MaxDistanceFromCenterModifier and TypeFieldDescriptionprivate final JigsawStructure.MaxDistanceFromCenterJigsawStructure.maxDistanceFromCenterFields in net.minecraft.world.gen.structure with type parameters of type JigsawStructure.MaxDistanceFromCenterModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<JigsawStructure.MaxDistanceFromCenter> JigsawStructure.MaxDistanceFromCenter.CODECprivate static final com.mojang.serialization.Codec<JigsawStructure.MaxDistanceFromCenter> JigsawStructure.MaxDistanceFromCenter.EXPANDED_CODECConstructors in net.minecraft.world.gen.structure with parameters of type JigsawStructure.MaxDistanceFromCenterModifierConstructorDescriptionJigsawStructure(Structure.Config config, RegistryEntry<StructurePool> startPool, Optional<Identifier> startJigsawName, int size, HeightProvider startHeight, boolean useExpansionHack, Optional<Heightmap.Type> projectStartToHeightmap, JigsawStructure.MaxDistanceFromCenter maxDistanceFromCenter, List<StructurePoolAliasBinding> poolAliasBindings, DimensionPadding dimensionPadding, StructureLiquidSettings liquidSettings)