Uses of Interface
dev.wyck.registry.bootstrap.BootstrapBiomeRegistry
Packages that use BootstrapBiomeRegistry
-
Uses of BootstrapBiomeRegistry in dev.wyck.registry.bootstrap
Fields in dev.wyck.registry.bootstrap with type parameters of type BootstrapBiomeRegistryModifier and TypeFieldDescriptionstatic final WireProvider<BootstrapBiomeRegistry> BootstrapBiomeRegistry.DATAPACKstatic final WireProvider<BootstrapBiomeRegistry> BootstrapBiomeRegistry.UNSAFEMethods in dev.wyck.registry.bootstrap that return BootstrapBiomeRegistryModifier and TypeMethodDescriptionBootstrapBiomeRegistry.addToDimension(ResourceKey dimension, ResourceKey target, ClimatePoint placement) Adds a biome to a dimension's biome distribution.static BootstrapBiomeRegistryBootstrapBiomeRegistry.compose(BootstrapContext context, Composer type) Composes a new BootstrapBiomeRegistry instance.static BootstrapBiomeRegistryBootstrapBiomeRegistry.datapack()Creates a new DatapackBootstrapBiomeRegistry instance.BootstrapBiomeRegistry.deferring(ThrowingRunnable runnable) Defers the execution of a runnable until the registry is installed.static BootstrapBiomeRegistryBootstrapBiomeRegistry.injector()Creates a new UnsafePaperBootstrapBiomeRegistry instance.BootstrapBiomeRegistry.install(BootstrapContext context) Installs the registry into the given context.Queues a biome to be registered.BootstrapBiomeRegistry.replaceInDimension(ResourceKey dimension, ResourceKey target, ResourceKey replacement) Replaces a biome in a dimension.