Uses of Class
dev.wyck.worldgen.feature.custom.CustomFeature
Packages that use CustomFeature
Package
Description
-
Uses of CustomFeature in dev.wyck.registry.worldgen
Methods in dev.wyck.registry.worldgen with parameters of type CustomFeatureModifier and TypeMethodDescriptionvoidCustomFeatureRegistry.register(ResourceKey key, CustomFeature<?> feature) -
Uses of CustomFeature in dev.wyck.worldgen.feature
Methods in dev.wyck.worldgen.feature with parameters of type CustomFeatureModifier and TypeMethodDescriptionstatic <C> CustomComposedConfiguredFeature<C> ConfiguredFeature.custom(CustomFeature<C> feature, C config) Composes a custom feature with a config instance.static <C> CustomComposedConfiguredFeature<C> ConfiguredFeature.of(CustomFeature<C> feature, C config) Composes a registered custom feature with a config instance. -
Uses of CustomFeature in dev.wyck.worldgen.feature.custom
Classes in dev.wyck.worldgen.feature.custom that implement interfaces with type arguments of type CustomFeatureModifier and TypeClassDescriptionclassBase class for an authored world generation feature with its own placement algorithm.Methods in dev.wyck.worldgen.feature.custom that return CustomFeatureModifier and TypeMethodDescriptionprotected CustomFeature<C> CustomFeature.clone()Clones this feature.final CustomFeature<C> CustomFeature.register()Registers this feature into the FEATURE registry under the key of this feature.static <C> CustomFeature<C> CustomFeature.register(ResourceKey key, CustomFeature<C> feature) Convenience method for registering a feature.Methods in dev.wyck.worldgen.feature.custom with parameters of type CustomFeatureModifier and TypeMethodDescriptionstatic <C> CustomFeature<C> CustomFeature.register(ResourceKey key, CustomFeature<C> feature) Convenience method for registering a feature. -
Uses of CustomFeature in dev.wyck.worldgen.feature.types
Methods in dev.wyck.worldgen.feature.types that return CustomFeatureModifier and TypeMethodDescriptionCustomComposedConfiguredFeature.feature()The custom feature this configured feature composes.Methods in dev.wyck.worldgen.feature.types with parameters of type CustomFeatureModifier and TypeMethodDescriptionCustomComposedConfiguredFeature.Builder.feature(CustomFeature<C> feature) Sets the custom feature.static <C> CustomComposedConfiguredFeature<C> CustomComposedConfiguredFeature.of(@Nullable ResourceKey resourceKey, CustomFeature<C> feature, C config) Creates a new custom composed configured feature.static <C> CustomComposedConfiguredFeature<C> CustomComposedConfiguredFeature.of(CustomFeature<C> feature, C config) Creates a new custom composed configured feature without a resource key. -
Uses of CustomFeature in dev.wyck.worldgen.placement
Methods in dev.wyck.worldgen.placement with parameters of type CustomFeatureModifier and TypeMethodDescriptionPlacedFeature.Builder.feature(CustomFeature<C> customFeature, C config) Sets the feature to be placed.