Uses of Class
net.minecraft.world.level.levelgen.GeodeLayerSettings
Packages that use GeodeLayerSettings
Package
Description
-
Uses of GeodeLayerSettings in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GeodeLayerSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GeodeLayerSettings> GeodeLayerSettings.CODEC -
Uses of GeodeLayerSettings in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as GeodeLayerSettingsModifier and TypeFieldDescriptionprivate final GeodeLayerSettingsGeodeConfiguration.geodeLayerSettingsThe field for thegeodeLayerSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature.configurations that return GeodeLayerSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeLayerSettings()Returns the value of thegeodeLayerSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type GeodeLayerSettingsModifierConstructorDescriptionGeodeConfiguration(GeodeBlockSettings geodeBlockSettings, GeodeLayerSettings geodeLayerSettings, GeodeCrackSettings geodeCrackSettings, double usePotentialPlacementsChance, double useAlternateLayer0Chance, boolean placementsRequireLayer0Alternate, IntProvider outerWallDistance, IntProvider distributionPoints, IntProvider pointOffset, int minGenOffset, int maxGenOffset, double noiseMultiplier, int invalidBlocksThreshold) Creates an instance of aGeodeConfigurationrecord class.