Uses of Record Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
Packages that use GenerationShapeConfig
-
Uses of GenerationShapeConfig in net.minecraft.world.gen.chunk
Fields in net.minecraft.world.gen.chunk declared as GenerationShapeConfigModifier and TypeFieldDescription(package private) static final GenerationShapeConfigGenerationShapeConfig.field_37138(package private) static final GenerationShapeConfigGenerationShapeConfig.field_37139(package private) static final GenerationShapeConfigGenerationShapeConfig.field_37140(package private) static final GenerationShapeConfigGenerationShapeConfig.field_37141private final GenerationShapeConfigChunkGeneratorSettings.generationShapeConfigThe field for thegenerationShapeConfigrecord component.private final GenerationShapeConfigChunkNoiseSampler.generationShapeConfigFields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig>GenerationShapeConfig.CODECMethods in net.minecraft.world.gen.chunk that return GenerationShapeConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfigGenerationShapeConfig.create(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize) ChunkGeneratorSettings.generationShapeConfig()Returns the value of thegenerationShapeConfigrecord component.protected static GenerationShapeConfigGenerationShapeConfig.method_41126(boolean bool) Methods in net.minecraft.world.gen.chunk that return types with arguments of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>GenerationShapeConfig.checkHeight(GenerationShapeConfig config) Methods in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<GenerationShapeConfig>GenerationShapeConfig.checkHeight(GenerationShapeConfig config) Constructors in net.minecraft.world.gen.chunk with parameters of type GenerationShapeConfigModifierConstructorDescriptionChunkGeneratorSettings(GenerationShapeConfig generationShapeConfig, BlockState blockState, BlockState blockState2, NoiseRouter noiseRouter, MaterialRules.MaterialRule surfaceRule, List<MultiNoiseUtil.NoiseHypercube> list, int int2, boolean bool, boolean bool2, boolean bool3, boolean bool4) -
Uses of GenerationShapeConfig in net.minecraft.world.gen.densityfunction
Fields in net.minecraft.world.gen.densityfunction declared as GenerationShapeConfigModifier and TypeFieldDescriptionprivate final @Nullable GenerationShapeConfigDensityFunctionTypes.Slide.settingsThe field for thesettingsrecord component.Methods in net.minecraft.world.gen.densityfunction that return GenerationShapeConfigModifier and TypeMethodDescriptionDensityFunctionTypes.Slide.settings()Returns the value of thesettingsrecord component.Methods in net.minecraft.world.gen.densityfunction with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionprotected static doubleDensityFunctions.method_40542(GenerationShapeConfig generationShapeConfig, double double2, double double3) protected static doubleDensityFunctions.method_40543(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction, int int2, int int3) static NoiseRouterDensityFunctions.method_40544(GenerationShapeConfig generationShapeConfig, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, NoiseRouter noiseRouter, class_7139 class_7139) protected static NoiseRouterDensityFunctions.method_41103(GenerationShapeConfig generationShapeConfig, boolean bool, boolean bool2) protected static NoiseRouterDensityFunctions.method_41118(GenerationShapeConfig generationShapeConfig) protected static NoiseRouterDensityFunctions.method_41120(GenerationShapeConfig generationShapeConfig) private static DensityFunctionDensityFunctions.method_41207(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) private static NoiseRouterDensityFunctions.method_41211(GenerationShapeConfig generationShapeConfig) protected static NoiseRouterDensityFunctions.method_41549(GenerationShapeConfig generationShapeConfig) protected static NoiseRouterDensityFunctions.method_41552(GenerationShapeConfig generationShapeConfig) static DensityFunctionDensityFunctionTypes.slide(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type GenerationShapeConfigModifierConstructorDescription(package private)class_7137(Registry registry, boolean bool, class_7139 class_7139, GenerationShapeConfig generationShapeConfig) protectedSlide(@Nullable GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction)