Uses of Interface
dev.wyck.worldgen.feature.configurations.geode.GeodeCrackSettings
Packages that use GeodeCrackSettings
Package
Description
-
Uses of GeodeCrackSettings in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return GeodeCrackSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeCrackSettings()The configuration of the crack on the geode.Methods in dev.wyck.worldgen.feature.configurations with parameters of type GeodeCrackSettingsModifier and TypeMethodDescriptionGeodeConfiguration.Builder.geodeCrackSettings(GeodeCrackSettings geodeCrackSettings) Sets the configuration of the crack on the geode.static GeodeConfigurationGeodeConfiguration.of(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 a new geode configuration. -
Uses of GeodeCrackSettings in dev.wyck.worldgen.feature.configurations.geode
Methods in dev.wyck.worldgen.feature.configurations.geode that return GeodeCrackSettingsModifier and TypeMethodDescriptionGeodeCrackSettings.Builder.build()Builds the settings.static GeodeCrackSettingsstatic GeodeCrackSettingsGeodeCrackSettings.of(double generateCrackChance, double baseCrackSize, int crackPointOffset) Creates a new geode crack settings.Constructors in dev.wyck.worldgen.feature.configurations.geode with parameters of type GeodeCrackSettings