Uses of Enum Class
dev.wyck.registry.bootstrap.Composer
Packages that use Composer
-
Uses of Composer in dev.wyck.registry.bootstrap
Subclasses with type arguments of type Composer in dev.wyck.registry.bootstrapModifier and TypeClassDescriptionenumSelects how custom biomes are registered into the biome registry during the bootstrap phase.Methods in dev.wyck.registry.bootstrap that return ComposerModifier and TypeMethodDescriptionstatic ComposerReturns the enum constant of this class with the specified name.static Composer[]Composer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.registry.bootstrap with parameters of type ComposerModifier and TypeMethodDescriptionstatic BootstrapBiomeRegistryBootstrapBiomeRegistry.compose(BootstrapContext context, Composer type) Composes a new BootstrapBiomeRegistry instance.static BootstrapDimensionRegistryBootstrapDimensionRegistry.compose(BootstrapContext context, Composer type) Composes a new datapack-backed BootstrapDimensionRegistry and installs it into the context.