Package net.minecraft.resource
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 Summary
Modifier and Type Method Description float
getProgress()
boolean
isApplyStageComplete()
boolean
isPrepareStageComplete()
void
throwExceptions()
CompletableFuture<Unit>
whenComplete()
-
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
- 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
- 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
- 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
- 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
-