Uses of Class
net.minecraft.world.level.levelgen.GeodeLayerSettings
Packages that use GeodeLayerSettings
-
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
Fields in net.minecraft.world.level.levelgen.feature declared as GeodeLayerSettingsModifier and TypeFieldDescriptionprivate final GeodeLayerSettingsGeodeFeature.layerSettingsThe field for thelayerSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature that return GeodeLayerSettingsModifier and TypeMethodDescriptionGeodeFeature.layerSettings()Returns the value of thelayerSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature with parameters of type GeodeLayerSettingsModifierConstructorDescriptionGeodeFeature(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.