Uses of Class
dev.wyck.wrapper.worldgen.feature.custom.CustomFeature
Packages that use CustomFeature
-
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.wrapper.worldgen.feature.custom
Methods in dev.wyck.wrapper.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.final CustomFeature<C> CustomFeature.registerAs(ResourceKey key) Registers this feature into the FEATURE registry under the given key.Methods in dev.wyck.wrapper.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.