Uses of Interface
dev.wyck.worldgen.feature.configurations.geode.GeodeLayerSettings
Packages that use GeodeLayerSettings
Package
Description
-
Uses of GeodeLayerSettings in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return GeodeLayerSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeLayerSettings()The thickness of each of the geode's layers.Methods in dev.wyck.worldgen.feature.configurations with parameters of type GeodeLayerSettingsModifier and TypeMethodDescriptionGeodeConfiguration.Builder.geodeLayerSettings(GeodeLayerSettings geodeLayerSettings) Sets the thickness of each of the geode's layers.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 GeodeLayerSettings in dev.wyck.worldgen.feature.configurations.geode
Methods in dev.wyck.worldgen.feature.configurations.geode that return GeodeLayerSettingsModifier and TypeMethodDescriptionGeodeLayerSettings.Builder.build()Builds the settings.static GeodeLayerSettingsstatic GeodeLayerSettingsGeodeLayerSettings.of(double filling, double innerLayer, double middleLayer, double outerLayer) Creates a new geode layer settings.Constructors in dev.wyck.worldgen.feature.configurations.geode with parameters of type GeodeLayerSettings