Uses of Interface
dev.wyck.registry.bootstrap.BootstrapDimensionRegistry
Packages that use BootstrapDimensionRegistry
-
Uses of BootstrapDimensionRegistry in dev.wyck.registry.bootstrap
Fields in dev.wyck.registry.bootstrap with type parameters of type BootstrapDimensionRegistryModifier and TypeFieldDescriptionstatic final WireProvider<BootstrapDimensionRegistry> BootstrapDimensionRegistry.DATAPACKstatic final WireProvider<BootstrapDimensionRegistry> BootstrapDimensionRegistry.UNSAFEMethods in dev.wyck.registry.bootstrap that return BootstrapDimensionRegistryModifier and TypeMethodDescriptionstatic BootstrapDimensionRegistryBootstrapDimensionRegistry.compose(BootstrapContext context, Composer type) Composes a new datapack-backed BootstrapDimensionRegistry and installs it into the context.static BootstrapDimensionRegistryBootstrapDimensionRegistry.datapack()Creates a new DatapackBootstrapDimensionRegistry instance.BootstrapDimensionRegistry.deferring(ThrowingRunnable runnable) Defers the execution of a runnable until the registry is installed.BootstrapDimensionRegistry.install(BootstrapContext context) Installs the registry into the given context.Queues a dimension type to be registered.static BootstrapDimensionRegistryBootstrapDimensionRegistry.unsafe()Creates a new UnsafePaperBootstrapDimensionRegistry instance.