Uses of Interface
net.minecraft.registry.Registry.PendingTagLoad
Packages that use Registry.PendingTagLoad
Package
Description
- 
Uses of Registry.PendingTagLoad in net.minecraft.client.networkMethods in net.minecraft.client.network that return Registry.PendingTagLoadModifier 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) Method parameters in net.minecraft.client.network with type arguments of type Registry.PendingTagLoadModifier and TypeMethodDescriptionprivate static voidClientRegistries.addCrashReportSection(CrashReport crashReport, Map<RegistryKey<? extends Registry<?>>, RegistryLoader.ElementsAndTags> data, List<Registry.PendingTagLoad<?>> tags) 
- 
Uses of Registry.PendingTagLoad in net.minecraft.registryMethods in net.minecraft.registry that return Registry.PendingTagLoadModifier and TypeMethodDescriptionRegistry.startTagReload(TagGroupLoader.RegistryTags<T> tags) SimpleRegistry.startTagReload(TagGroupLoader.RegistryTags<T> tags) Method parameters in net.minecraft.registry with type arguments of type Registry.PendingTagLoadModifier and TypeMethodDescriptionReloadableRegistries.reload(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, List<Registry.PendingTagLoad<?>> pendingTagLoads, ResourceManager resourceManager, Executor prepareExecutor) 
- 
Uses of Registry.PendingTagLoad in net.minecraft.registry.tagMethods in net.minecraft.registry.tag that return Registry.PendingTagLoadModifier and TypeMethodDescriptionprivate static Registry.PendingTagLoad<?> TagGroupLoader.find(List<Registry.PendingTagLoad<?>> pendingTags, RegistryKey<? extends Registry<?>> registryRef) Methods in net.minecraft.registry.tag that return types with arguments of type Registry.PendingTagLoadModifier 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) Method parameters in net.minecraft.registry.tag with type arguments of type Registry.PendingTagLoadModifier 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.serverFields in net.minecraft.server with type parameters of type Registry.PendingTagLoadModifier and TypeFieldDescriptionprivate final List<Registry.PendingTagLoad<?>> DataPackContents.pendingTagLoadsMethod parameters in net.minecraft.server with type arguments of type Registry.PendingTagLoadModifier 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.Constructor parameters in net.minecraft.server with type arguments of type Registry.PendingTagLoadModifierConstructorDescriptionprivateDataPackContents(CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistries, RegistryWrapper.WrapperLookup registries, FeatureSet enabledFeatures, CommandManager.RegistrationEnvironment environment, List<Registry.PendingTagLoad<?>> pendingTagLoads, int functionPermissionLevel)