Uses of Class
net.minecraft.world.level.levelgen.GeodeCrackSettings
Packages that use GeodeCrackSettings
-
Uses of GeodeCrackSettings in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GeodeCrackSettingsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GeodeCrackSettings> GeodeCrackSettings.CODEC -
Uses of GeodeCrackSettings in net.minecraft.world.level.levelgen.feature
Fields in net.minecraft.world.level.levelgen.feature declared as GeodeCrackSettingsModifier and TypeFieldDescriptionprivate final GeodeCrackSettingsGeodeFeature.crackSettingsThe field for thecrackSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature that return GeodeCrackSettingsModifier and TypeMethodDescriptionGeodeFeature.crackSettings()Returns the value of thecrackSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature with parameters of type GeodeCrackSettingsModifierConstructorDescriptionGeodeFeature(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.