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 GenerationShapeConfig
GenerationShapeConfig.field_37138
(package private) static final GenerationShapeConfig
GenerationShapeConfig.field_37139
(package private) static final GenerationShapeConfig
GenerationShapeConfig.field_37140
(package private) static final GenerationShapeConfig
GenerationShapeConfig.field_37141
private final GenerationShapeConfig
ChunkGeneratorSettings.generationShapeConfig
The field for thegenerationShapeConfig
record component.private final GenerationShapeConfig
ChunkNoiseSampler.generationShapeConfig
Fields in net.minecraft.world.gen.chunk with type parameters of type GenerationShapeConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationShapeConfig>
GenerationShapeConfig.CODEC
Methods in net.minecraft.world.gen.chunk that return GenerationShapeConfigModifier and TypeMethodDescriptionstatic GenerationShapeConfig
GenerationShapeConfig.create
(int minimumY, int height, NoiseSamplingConfig sampling, SlideConfig topSlide, SlideConfig bottomSlide, int horizontalSize, int verticalSize, VanillaTerrainParameters vanillaTerrainParameters) ChunkGeneratorSettings.generationShapeConfig()
Returns the value of thegenerationShapeConfig
record component.(package private) static GenerationShapeConfig
GenerationShapeConfig.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 GenerationShapeConfig
DensityFunctionTypes.Slide.settings
The field for thesettings
record component.Methods in net.minecraft.world.gen.densityfunction that return GenerationShapeConfigModifier and TypeMethodDescriptionDensityFunctionTypes.Slide.settings()
Returns the value of thesettings
record component.Methods in net.minecraft.world.gen.densityfunction with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionprotected static double
DensityFunctions.method_40542
(GenerationShapeConfig generationShapeConfig, double double2, double double3) protected static double
DensityFunctions.method_40543
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction, int int2, int int3) static NoiseRouter
DensityFunctions.method_40544
(GenerationShapeConfig generationShapeConfig, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider, SimpleNoiseRouter simpleNoiseRouter) protected static SimpleNoiseRouter
DensityFunctions.method_41103
(GenerationShapeConfig generationShapeConfig, boolean bool) protected static SimpleNoiseRouter
DensityFunctions.method_41114
(GenerationShapeConfig generationShapeConfig) protected static SimpleNoiseRouter
DensityFunctions.method_41118
(GenerationShapeConfig generationShapeConfig) protected static SimpleNoiseRouter
DensityFunctions.method_41120
(GenerationShapeConfig generationShapeConfig) private static DensityFunction
DensityFunctions.method_41207
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) private static SimpleNoiseRouter
DensityFunctions.method_41209
(GenerationShapeConfig generationShapeConfig, boolean bool) private static SimpleNoiseRouter
DensityFunctions.method_41211
(GenerationShapeConfig generationShapeConfig) static DensityFunction
DensityFunctionTypes.slide
(GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction) Constructors in net.minecraft.world.gen.densityfunction with parameters of type GenerationShapeConfigModifierConstructorDescriptionprotected
Slide
(@Nullable GenerationShapeConfig generationShapeConfig, DensityFunction densityFunction)