Uses of Record Class
net.minecraft.world.gen.chunk.GenerationShapeConfig
Packages that use GenerationShapeConfig
Package
Description
The base package for all Minecraft classes.
-
Uses of GenerationShapeConfig in net.minecraft
Fields in net.minecraft declared as GenerationShapeConfigModifier and TypeFieldDescriptionprivate final @Nullable GenerationShapeConfigclass_6916.class_6941.settingsThe field for thesettingsrecord component.Methods in net.minecraft that return GenerationShapeConfigModifier and TypeMethodDescriptionclass_6916.class_6941.settings()Returns the value of thesettingsrecord component.Methods in net.minecraft with parameters of type GenerationShapeConfigModifier and TypeMethodDescriptionstatic NoiseTypeclass_6916.method_40492(GenerationShapeConfig generationShapeConfig, NoiseType noiseType) protected static doubleclass_6954.method_40542(GenerationShapeConfig generationShapeConfig, double double2, double double3) protected static doubleclass_6954.method_40543(GenerationShapeConfig generationShapeConfig, NoiseType noiseType, int int2, int int3) static NoiseRouterclass_6954.method_40544(GenerationShapeConfig generationShapeConfig, long long2, Registry<DoublePerlinNoiseSampler.NoiseParameters> registry, ChunkRandom.RandomProvider randomProvider, class_7056 class_7056) protected static class_7056class_6954.method_41103(GenerationShapeConfig generationShapeConfig) protected static class_7056class_6954.method_41104(GenerationShapeConfig generationShapeConfig, boolean bool, boolean bool2) private static NoiseTypeclass_6954.method_41105(GenerationShapeConfig generationShapeConfig, boolean bool, boolean bool2, boolean bool3) protected static class_7056class_6954.method_41114(GenerationShapeConfig generationShapeConfig) protected static class_7056class_6954.method_41118(GenerationShapeConfig generationShapeConfig) protected static class_7056class_6954.method_41120(GenerationShapeConfig generationShapeConfig) Constructors in net.minecraft with parameters of type GenerationShapeConfigModifierConstructorDescriptionprotectedclass_6941(@Nullable GenerationShapeConfig generationShapeConfig, NoiseType noiseType) -
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, boolean islandNoiseOverride, boolean amplified, boolean largeBiomes, VanillaTerrainParameters terrainParameters) ChunkGeneratorSettings.generationShapeConfig()Returns the value of thegenerationShapeConfigrecord component.(package private) static GenerationShapeConfigGenerationShapeConfig.method_41126(boolean bool, boolean bool2) 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, class_7056 class_7056, MaterialRules.MaterialRule surfaceRule, int seaLevel, boolean mobGenerationDisabled, boolean aquifers, boolean noiseCaves, boolean oreVeins)