Uses of Interface
dev.wyck.worldgen.feature.configurations.geode.GeodeBlockSettings
Packages that use GeodeBlockSettings
Package
Description
-
Uses of GeodeBlockSettings in dev.wyck.worldgen.feature.configurations
Methods in dev.wyck.worldgen.feature.configurations that return GeodeBlockSettingsModifier and TypeMethodDescriptionGeodeConfiguration.geodeBlockSettings()The block state providers used for each of the geode's layers and its inner placements.Methods in dev.wyck.worldgen.feature.configurations with parameters of type GeodeBlockSettingsModifier and TypeMethodDescriptionGeodeConfiguration.Builder.geodeBlockSettings(GeodeBlockSettings geodeBlockSettings) Sets the block state providers for the geode's layers and inner placements.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 GeodeBlockSettings in dev.wyck.worldgen.feature.configurations.geode
Methods in dev.wyck.worldgen.feature.configurations.geode that return GeodeBlockSettingsModifier and TypeMethodDescriptionGeodeBlockSettings.Builder.build()Builds the settings.static GeodeBlockSettingsstatic GeodeBlockSettingsGeodeBlockSettings.of(BlockStateProvider fillingProvider, BlockStateProvider innerLayerProvider, BlockStateProvider alternateInnerLayerProvider, BlockStateProvider middleLayerProvider, BlockStateProvider outerLayerProvider, List<BlockData> innerPlacements, TagSet<Material> cannotReplace, TagSet<Material> invalidBlocks) Creates a new geode block settings.Constructors in dev.wyck.worldgen.feature.configurations.geode with parameters of type GeodeBlockSettings