Uses of Class
net.minecraft.world.level.levelgen.GeodeCrackSettings
Packages that use GeodeCrackSettings
Package
Description
-
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.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as GeodeCrackSettingsModifier and TypeFieldDescriptionprivate final GeodeCrackSettingsGeodeConfiguration.geodeCrackSettingsThe field for thegeodeCrackSettingsrecord component.Methods in net.minecraft.world.level.levelgen.feature.configurations that return GeodeCrackSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeCrackSettings()Returns the value of thegeodeCrackSettingsrecord component.Constructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type GeodeCrackSettingsModifierConstructorDescriptionGeodeConfiguration(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.