Class TagManagerLoader

java.lang.Object
net.minecraft.registry.tag.TagManagerLoader
All Implemented Interfaces:
ResourceReloader

public class TagManagerLoader extends Object implements ResourceReloader
Mappings:
Namespace Name
named net/minecraft/registry/tag/TagManagerLoader
intermediary net/minecraft/class_3505
official aww
  • Field Details

    • registryManager

      private final DynamicRegistryManager registryManager
      Mappings:
      Namespace Name Mixin selector
      named registryManager Lnet/minecraft/registry/tag/TagManagerLoader;registryManager:Lnet/minecraft/registry/DynamicRegistryManager;
      intermediary field_28312 Lnet/minecraft/class_3505;field_28312:Lnet/minecraft/class_5455;
      official a Laww;a:Lka;
    • registryTags

      private List<TagManagerLoader.RegistryTags<?>> registryTags
      Mappings:
      Namespace Name Mixin selector
      named registryTags Lnet/minecraft/registry/tag/TagManagerLoader;registryTags:Ljava/util/List;
      intermediary field_36396 Lnet/minecraft/class_3505;field_36396:Ljava/util/List;
      official b Laww;b:Ljava/util/List;
  • Constructor Details

    • TagManagerLoader

      public TagManagerLoader(DynamicRegistryManager registryManager)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/registry/tag/TagManagerLoader;<init>(Lnet/minecraft/registry/DynamicRegistryManager;)V
      intermediary <init> Lnet/minecraft/class_3505;<init>(Lnet/minecraft/class_5455;)V
      official <init> Laww;<init>(Lka;)V
  • Method Details

    • getRegistryTags

      public List<TagManagerLoader.RegistryTags<?>> getRegistryTags()
      Mappings:
      Namespace Name Mixin selector
      named getRegistryTags Lnet/minecraft/registry/tag/TagManagerLoader;getRegistryTags()Ljava/util/List;
      intermediary method_40096 Lnet/minecraft/class_3505;method_40096()Ljava/util/List;
      official a Laww;a()Ljava/util/List;
    • reload

      public CompletableFuture<Void> reload(ResourceReloader.Synchronizer synchronizer, ResourceManager manager, Profiler prepareProfiler, Profiler applyProfiler, Executor prepareExecutor, Executor applyExecutor)
      Performs a reload. Returns a future that is completed when the reload is completed.

      In a reload, there is a prepare stage and an apply stage. For the prepare stage, you should create completable futures with CompletableFuture.supplyAsync(..., prepareExecutor) to ensure the prepare actions are done with the prepare executor. Then, you should have a completable future for all the prepared actions, and call combinedPrepare.thenCompose(synchronizer::waitFor) to notify the synchronizer. Finally, you should run CompletableFuture.thenAcceptAsync(..., applyExecutor) for apply actions. In the end, returns the result of thenAcceptAsync.

      Specified by:
      reload in interface ResourceReloader
      Parameters:
      synchronizer - the synchronizer
      manager - the resource manager
      prepareProfiler - the profiler for prepare stage
      applyProfiler - the profiler for apply stage
      prepareExecutor - the executor for prepare stage
      applyExecutor - the executor for apply stage
      Returns:
      a future for the reload
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named reload Lnet/minecraft/resource/ResourceReloader;reload(Lnet/minecraft/resource/ResourceReloader$Synchronizer;Lnet/minecraft/resource/ResourceManager;Lnet/minecraft/util/profiler/Profiler;Lnet/minecraft/util/profiler/Profiler;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_25931 Lnet/minecraft/class_3302;method_25931(Lnet/minecraft/class_3302$class_4045;Lnet/minecraft/class_3300;Lnet/minecraft/class_3695;Lnet/minecraft/class_3695;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
      official a Laty;a(Laty$a;Laue;Lbnf;Lbnf;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
    • buildRequiredGroup

      private <T> CompletableFuture<TagManagerLoader.RegistryTags<T>> buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, DynamicRegistryManager.Entry<T> requirement)
      Mappings:
      Namespace Name Mixin selector
      named buildRequiredGroup Lnet/minecraft/registry/tag/TagManagerLoader;buildRequiredGroup(Lnet/minecraft/resource/ResourceManager;Ljava/util/concurrent/Executor;Lnet/minecraft/registry/DynamicRegistryManager$Entry;)Ljava/util/concurrent/CompletableFuture;
      intermediary method_33178 Lnet/minecraft/class_3505;method_33178(Lnet/minecraft/class_3300;Ljava/util/concurrent/Executor;Lnet/minecraft/class_5455$class_6892;)Ljava/util/concurrent/CompletableFuture;
      official a Laww;a(Laue;Ljava/util/concurrent/Executor;Lka$d;)Ljava/util/concurrent/CompletableFuture;