Uses of Enum Class
dev.wyck.worldgen.feature.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in dev.wyck.worldgen.feature
Subclasses with type arguments of type FeatureType in dev.wyck.worldgen.featureClasses in dev.wyck.worldgen.feature that implement interfaces with type arguments of type FeatureTypeFields in dev.wyck.worldgen.feature with type parameters of type FeatureTypeModifier and TypeFieldDescriptionstatic final RegisteredConstantTranslator<FeatureType> FeatureType.TRANSLATORMethods in dev.wyck.worldgen.feature that return FeatureTypeModifier and TypeMethodDescriptionstatic FeatureTypeReturns the enum constant of this class with the specified name.static FeatureType[]FeatureType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.worldgen.feature that return types with arguments of type FeatureTypeMethods in dev.wyck.worldgen.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionstatic ComposedConfiguredFeatureConfiguredFeature.of(FeatureType featureType, FeatureConfiguration config) Authors a configured feature from a vanilla feature type and configuration. -
Uses of FeatureType in dev.wyck.worldgen.feature.types
Methods in dev.wyck.worldgen.feature.types that return FeatureTypeModifier and TypeMethodDescriptionComposedConfiguredFeature.type()The built-in feature type algorithm this configured feature composes.Methods in dev.wyck.worldgen.feature.types with parameters of type FeatureTypeModifier and TypeMethodDescriptionstatic 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.ComposedConfiguredFeature.Builder.type(FeatureType type) Sets the built-in feature type.Constructors in dev.wyck.worldgen.feature.types with parameters of type FeatureType