Uses of Record Class
net.minecraft.world.level.levelgen.GeodeBlockSettings
Packages that use GeodeBlockSettings
-
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
Fields in net.minecraft.world.level.levelgen.feature declared as GeodeBlockSettingsModifier and TypeFieldDescriptionprivate final GeodeBlockSettingsGeodeFeature.blockSettingsThe field for theblockSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature that return GeodeBlockSettingsModifier and TypeMethodDescriptionGeodeFeature.blockSettings()Returns the value of theblockSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature with parameters of type GeodeBlockSettingsModifierConstructorDescriptionGeodeFeature(GeodeBlockSettings blockSettings, GeodeLayerSettings layerSettings, GeodeCrackSettings crackSettings, double usePotentialPlacementsChance, double useAlternateLayer0Chance, boolean placementsRequireLayer0Alternate, IntProvider outerWallDistance, IntProvider distributionPoints, IntProvider pointOffset, int minGenOffset, int maxGenOffset, double noiseMultiplier, int invalidBlocksThreshold) Creates an instance of aGeodeFeaturerecord class.