Uses of Interface
net.minecraft.registry.Registry.PendingTagLoad
Package
Description
-
Uses of Registry.PendingTagLoad in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate <T> Registry.PendingTagLoad
<T> ClientPlayNetworkHandler.startTagReload
(RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized serialized) private static <T> Registry.PendingTagLoad
<T> ClientRegistries.startTagReload
(DynamicRegistryManager.Immutable registryManager, RegistryKey<? extends Registry<? extends T>> registryRef, TagPacketSerializer.Serialized tags) Modifier and TypeMethodDescriptionprivate static void
ClientRegistries.addCrashReportSection
(CrashReport crashReport, Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, List<Registry.PendingTagLoad<?>> tags) -
Uses of Registry.PendingTagLoad in net.minecraft.registry
Modifier and TypeMethodDescriptionRegistry.startTagReload
(TagGroupLoader.RegistryTags<T> tags) SimpleRegistry.startTagReload
(TagGroupLoader.RegistryTags<T> tags) Modifier and TypeMethodDescriptionReloadableRegistries.reload
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, ResourceManager resourceManager, Executor prepareExecutor) -
Uses of Registry.PendingTagLoad in net.minecraft.registry.tag
Modifier and TypeMethodDescriptionprivate static Registry.PendingTagLoad
<?> TagGroupLoader.find
(List<Registry.PendingTagLoad<?>> pendingTags, RegistryKey<? extends Registry<?>> registryRef) Modifier and TypeMethodDescriptionstatic List
<Registry.PendingTagLoad<?>> TagGroupLoader.startReload
(ResourceManager resourceManager, DynamicRegistryManager registryManager) private static <T> Optional
<Registry.PendingTagLoad<T>> TagGroupLoader.startReload
(ResourceManager resourceManager, Registry<T> registry) Modifier and TypeMethodDescriptionstatic List
<RegistryWrapper.Impl<?>> TagGroupLoader.collectRegistries
(DynamicRegistryManager.Immutable registryManager, List<Registry.PendingTagLoad<?>> tagLoads) private static Registry.PendingTagLoad
<?> TagGroupLoader.find
(List<Registry.PendingTagLoad<?>> pendingTags, RegistryKey<? extends Registry<?>> registryRef) -
Uses of Registry.PendingTagLoad in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final List
<Registry.PendingTagLoad<?>> DataPackContents.pendingTagLoads
Modifier and TypeMethodDescriptionstatic CompletableFuture
<DataPackContents> DataPackContents.reload
(ResourceManager resourceManager, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.ModifierConstructorDescriptionprivate
DataPackContents
(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, List<Registry.PendingTagLoad<?>> pendingTagLoads, int functionPermissionLevel)