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, VanillaTerrainParameters vanillaTerrainParameters) ChunkGeneratorSettings.generationShapeConfig()Returns the value of thegenerationShapeConfigrecord component.(package private) 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, SimpleNoiseRouter simpleNoiseRouter, MaterialRules.MaterialRule surfaceRule, int seaLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean oreVeins) -
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, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider, SimpleNoiseRouter simpleNoiseRouter) protected static SimpleNoiseRouterDensityFunctions.method_41103(GenerationShapeConfig generationShapeConfig, boolean bool) protected static SimpleNoiseRouterDensityFunctions.method_41114(GenerationShapeConfig generationShapeConfig) protected static SimpleNoiseRouterDensityFunctions.method_41118(GenerationShapeConfig generationShapeConfig) protected static SimpleNoiseRouterDensityFunctions.method_41120(GenerationShapeConfig generationShapeConfig) private static DensityFunctionDensityFunctions.method_41207(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) private static SimpleNoiseRouterDensityFunctions.method_41209(GenerationShapeConfig generationShapeConfig, boolean bool) private static SimpleNoiseRouterDensityFunctions.method_41211(GenerationShapeConfig generationShapeConfig) static DensityFunctionDensityFunctionTypes.slide(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type GenerationShapeConfigModifierConstructorDescriptionprotectedSlide(@Nullable GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction)