Uses of Record Class
net.minecraft.world.level.levelgen.GeodeBlockSettings
Packages that use GeodeBlockSettings
Package
Description
-
Uses of GeodeBlockSettings in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GeodeBlockSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GeodeBlockSettings> GeodeBlockSettings.CODEC -
Uses of GeodeBlockSettings in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as GeodeBlockSettingsModifier and TypeFieldDescriptionprivate final GeodeBlockSettingsGeodeConfiguration.geodeBlockSettingsThe field for thegeodeBlockSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature.configurations that return GeodeBlockSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeBlockSettings()Returns the value of thegeodeBlockSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type GeodeBlockSettingsModifierConstructorDescriptionGeodeConfiguration(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.