Uses of Interface
dev.wyck.worldgen.feature.configurations.FeatureConfiguration
Packages that use FeatureConfiguration
Package
Description
-
Uses of FeatureConfiguration in dev.wyck.worldgen.carver
Subinterfaces of FeatureConfiguration in dev.wyck.worldgen.carverModifier and TypeInterfaceDescriptioninterfaceConfiguration for the CanyonCarver.interfaceWraps Minecraft's CarverConfiguration class.interfaceConfiguration for cave carvers. -
Uses of FeatureConfiguration in dev.wyck.worldgen.feature
Methods in dev.wyck.worldgen.feature with parameters of type FeatureConfigurationModifier and TypeMethodDescriptionstatic ComposedConfiguredFeatureConfiguredFeature.of(FeatureType featureType, FeatureConfiguration config) Authors a configured feature from a vanilla feature type and configuration. -
Uses of FeatureConfiguration in dev.wyck.worldgen.feature.configurations
Subinterfaces of FeatureConfiguration in dev.wyck.worldgen.feature.configurationsModifier and TypeInterfaceDescriptioninterfaceA block blob.interfaceA feature that consists of glow berries, found in lush caves.interfaceA feature that generates up to 25 specific blocks.interfaceAbstract block state configuration.interfaceAbstract column feature configuration.interfaceA technical feature that randomly chooses a feature from a list with each having an equal chance.interfaceA count configuration.interfaceA one-block-deep sheet of constrained lava found among the terrain of basalt deltas biome in the Nether.interfaceA feature consisting of a naturally generated roughly circular deposit of a soil-like block under or next to bodies of water.interfaceDripstone feature found in caves.interfaceIntradimensional portals generated in the End.interfaceThe pillars around the main end island that have crystals on top of them.interfaceA feature that resembles a tree lying on the ground after falling over.interfaceA fossil is a rarely-occurring skeletal feature composed of bone blocks, coal ore above Y=0, or diamond ore below Y=-8.interfaceA geode feature, such as an amethyst geode, composed of concentric layers of blocks surrounding a hollow, optionally cracked, interior.interfaceA huge fungus is a large tree-like feature that generates in the Nether.interfaceTree-like features that consist of mushroom blocks.interfaceA lake is a small, widespread, naturally-generated feature in the Overworld that contains a volume of liquid.interfaceDripstone feature found in caves.interfaceA technical feature that fills all air blocks in a 16×1×16 layer with a specified block.interfaceA feature that consists of several sculk vein or glow lichen blocks.interfaceA feature that generates patches of surface vegetation in the crimson forest and warped forest biomes.interfaceA feature configuration that does nothing.interfaceA feature consisting of a natural deposit of ores or other blocks in the ground.interfaceDripstone feature found in caves.interfaceA configuration for a feature that has a probability of being placed.interfaceA configuration for a random boolean feature.interfaceA configuration for a random feature.interfaceA technical feature that replaces a single block using a list of targets and states.interfaceA replacement sphere configuration.interfaceA feature that spawns below naturally generated azalea trees.interfaceA feature that places sculk catalysts and sculk shriekers in randomly spreading patches.interfaceA feature that places a block based on a block state provider.interfaceDripstone feature found in caves.interfaceDripstone feature found in caves.interfaceAn ice spike.interfaceA feature consisting of a single block of liquid that flows out into spaces level with or lower than the source.interfaceA feature that places a structure template chosen from a weighted list, each template optionally allowing a set of rotations.interfaceA tree configuration, as it appears in Minecraft.interfaceTwisting vines configuration.interfaceA feature that places magma blocks below water, along the floor of an ocean or similar body of water.interfaceA feature that places a patch of ground blocks, then a vegetation feature on top, searching either up from a floor or down from a ceiling.interfaceA technical feature that chooses a single feature from a weighted list, where a higher weight makes a feature more likely to be chosen.Methods in dev.wyck.worldgen.feature.configurations that return FeatureConfigurationModifier and TypeMethodDescriptionstatic FeatureConfigurationReads the configuration owned by a Minecraft configured feature. -
Uses of FeatureConfiguration in dev.wyck.worldgen.feature.types
Methods in dev.wyck.worldgen.feature.types that return FeatureConfigurationModifier and TypeMethodDescriptionComposedConfiguredFeature.config()The configuration applied to thefeature type.Methods in dev.wyck.worldgen.feature.types with parameters of type FeatureConfigurationModifier and TypeMethodDescriptionComposedConfiguredFeature.Builder.config(FeatureConfiguration config) Sets the configuration for the feature type.static ComposedConfiguredFeatureComposedConfiguredFeature.of(@Nullable ResourceKey key, FeatureType type, FeatureConfiguration config) Creates a new composed configured feature.static ComposedConfiguredFeatureComposedConfiguredFeature.of(FeatureType type, FeatureConfiguration config) Creates a new composed configured feature without a resource key.