Interface ResourceReloadMonitor

All Known Implementing Classes:
ProfilingResourceReloader, ReloadableResourceManagerImpl.FailedResourceReloadMonitor, ResourceReloader

public interface ResourceReloadMonitor
Mappings:
Namespace Name
official acu
intermediary net/minecraft/class_4011
named net/minecraft/resource/ResourceReloadMonitor
  • Method Details

    • whenComplete

      CompletableFuture<Unit> whenComplete()
      Mappings:
      Namespace Name Mixin selector
      official a Lacu;a()Ljava/util/concurrent/CompletableFuture;
      intermediary method_18364 Lnet/minecraft/class_4011;method_18364()Ljava/util/concurrent/CompletableFuture;
      named whenComplete Lnet/minecraft/resource/ResourceReloadMonitor;whenComplete()Ljava/util/concurrent/CompletableFuture;
    • getProgress

      @Environment(CLIENT) float getProgress()
      Mappings:
      Namespace Name Mixin selector
      official b Lacu;b()F
      intermediary method_18229 Lnet/minecraft/class_4011;method_18229()F
      named getProgress Lnet/minecraft/resource/ResourceReloadMonitor;getProgress()F
    • isPrepareStageComplete

      @Environment(CLIENT) boolean isPrepareStageComplete()
      Mappings:
      Namespace Name Mixin selector
      official c Lacu;c()Z
      intermediary method_18786 Lnet/minecraft/class_4011;method_18786()Z
      named isPrepareStageComplete Lnet/minecraft/resource/ResourceReloadMonitor;isPrepareStageComplete()Z
    • isApplyStageComplete

      @Environment(CLIENT) boolean isApplyStageComplete()
      Mappings:
      Namespace Name Mixin selector
      official d Lacu;d()Z
      intermediary method_18787 Lnet/minecraft/class_4011;method_18787()Z
      named isApplyStageComplete Lnet/minecraft/resource/ResourceReloadMonitor;isApplyStageComplete()Z
    • throwExceptions

      @Environment(CLIENT) void throwExceptions()
      Mappings:
      Namespace Name Mixin selector
      official e Lacu;e()V
      intermediary method_18849 Lnet/minecraft/class_4011;method_18849()V
      named throwExceptions Lnet/minecraft/resource/ResourceReloadMonitor;throwExceptions()V