Class ProfilingResourceReloader

All Implemented Interfaces:
ResourceReloadMonitor

public class ProfilingResourceReloader
extends ResourceReloader<ProfilingResourceReloader.Summary>
Mappings:
Namespace Name
official act
intermediary net/minecraft/class_4010
named net/minecraft/resource/ProfilingResourceReloader
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      official d Lact;d:Lorg/apache/logging/log4j/Logger;
      intermediary field_17918 Lnet/minecraft/class_4010;field_17918:Lorg/apache/logging/log4j/Logger;
      named LOGGER Lnet/minecraft/resource/ProfilingResourceReloader;LOGGER:Lorg/apache/logging/log4j/Logger;
    • reloadTimer

      private final Stopwatch reloadTimer
      Mappings:
      Namespace Name Mixin selector
      official e Lact;e:Lcom/google/common/base/Stopwatch;
      intermediary field_17919 Lnet/minecraft/class_4010;field_17919:Lcom/google/common/base/Stopwatch;
      named reloadTimer Lnet/minecraft/resource/ProfilingResourceReloader;reloadTimer:Lcom/google/common/base/Stopwatch;
  • Constructor Details

    • ProfilingResourceReloader

      public ProfilingResourceReloader​(ResourceManager manager, List<ResourceReloadListener> listeners, Executor prepareExecutor, Executor applyExecutor, CompletableFuture<Unit> completableFuture)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lact;<init>(Lacx;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;)V
      intermediary <init> Lnet/minecraft/class_4010;<init>(Lnet/minecraft/class_3300;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;)V
      named <init> Lnet/minecraft/resource/ProfilingResourceReloader;<init>(Lnet/minecraft/resource/ResourceManager;Ljava/util/List;Ljava/util/concurrent/Executor;Ljava/util/concurrent/Executor;Ljava/util/concurrent/CompletableFuture;)V
  • Method Details

    • finish

      private void finish​(List<ProfilingResourceReloader.Summary> summaries)
      Mappings:
      Namespace Name Mixin selector
      official a Lact;a(Ljava/util/List;)V
      intermediary method_18238 Lnet/minecraft/class_4010;method_18238(Ljava/util/List;)V
      named finish Lnet/minecraft/resource/ProfilingResourceReloader;finish(Ljava/util/List;)V