Uses of Interface
dev.wyck.wrapper.worldgen.feature.config.FeatureConfiguration
Packages that use FeatureConfiguration
Package
Description
-
Uses of FeatureConfiguration in dev.wyck.wrapper.worldgen.carver
Subinterfaces of FeatureConfiguration in dev.wyck.wrapper.worldgen.carverModifier and TypeInterfaceDescriptioninterfaceWraps Minecraft's CarverConfiguration class.Classes in dev.wyck.wrapper.worldgen.carver that implement FeatureConfigurationModifier and TypeClassDescriptionfinal recordWraps Minecraft's CanyonCarverConfiguration, the configuration consumed by the CANYON carver.final recordWraps Minecraft's CaveCarverConfiguration, the configuration consumed by both the CAVE and NETHER_CAVE carvers. -
Uses of FeatureConfiguration in dev.wyck.wrapper.worldgen.feature
Methods in dev.wyck.wrapper.worldgen.feature that return FeatureConfigurationModifier and TypeMethodDescriptionConfiguredFeature.VanillaConfigured.configuration()Returns the value of theconfigurationrecord component.Methods in dev.wyck.wrapper.worldgen.feature with parameters of type FeatureConfigurationModifier and TypeMethodDescriptionConfiguredFeature.vanilla(FeatureType featureType, FeatureConfiguration configuration) Authors a configured feature from a vanilla feature type and configuration.Constructors in dev.wyck.wrapper.worldgen.feature with parameters of type FeatureConfigurationModifierConstructorDescriptionVanillaConfigured(ResourceKey featureKey, FeatureConfiguration configuration) Creates an instance of aVanillaConfiguredrecord class. -
Uses of FeatureConfiguration in dev.wyck.wrapper.worldgen.feature.config
Classes in dev.wyck.wrapper.worldgen.feature.config that implement FeatureConfigurationModifier and TypeClassDescriptionstatic final recordA column feature.static final recordA number of placement attempts.static final recordA dripstone cluster.static final recordA large dripstone.static final recordThe empty configuration used by feature types that take no parameters.static final recordPointed dripstone spread chances.static final recordA single placement probability, in the range [0, 1].static final recordA sculk patch.Methods in dev.wyck.wrapper.worldgen.feature.config with parameters of type FeatureConfigurationModifier and TypeMethodDescriptionFeatureConfiguration.Factory.toNms(FeatureConfiguration configuration)