Package net.minecraft.resource
Interface ResourceReloadMonitor
- All Known Implementing Classes:
ProfilingResourceReloader,ReloadableResourceManagerImpl.FailedResourceReloadMonitor,ResourceReloader
public interface ResourceReloadMonitor
- Mappings:
Namespace Name official acuintermediary net/minecraft/class_4011named net/minecraft/resource/ResourceReloadMonitor
-
Method Summary
Modifier and Type Method Description floatgetProgress()booleanisApplyStageComplete()booleanisPrepareStageComplete()voidthrowExceptions()CompletableFuture<Unit>whenComplete()
-
Method Details
-
whenComplete
CompletableFuture<Unit> whenComplete()- Mappings:
Namespace Name Mixin selector official aLacu;a()Ljava/util/concurrent/CompletableFuture;intermediary method_18364Lnet/minecraft/class_4011;method_18364()Ljava/util/concurrent/CompletableFuture;named whenCompleteLnet/minecraft/resource/ResourceReloadMonitor;whenComplete()Ljava/util/concurrent/CompletableFuture;
-
getProgress
- Mappings:
Namespace Name Mixin selector official bLacu;b()Fintermediary method_18229Lnet/minecraft/class_4011;method_18229()Fnamed getProgressLnet/minecraft/resource/ResourceReloadMonitor;getProgress()F
-
isPrepareStageComplete
- Mappings:
Namespace Name Mixin selector official cLacu;c()Zintermediary method_18786Lnet/minecraft/class_4011;method_18786()Znamed isPrepareStageCompleteLnet/minecraft/resource/ResourceReloadMonitor;isPrepareStageComplete()Z
-
isApplyStageComplete
- Mappings:
Namespace Name Mixin selector official dLacu;d()Zintermediary method_18787Lnet/minecraft/class_4011;method_18787()Znamed isApplyStageCompleteLnet/minecraft/resource/ResourceReloadMonitor;isApplyStageComplete()Z
-
throwExceptions
- Mappings:
Namespace Name Mixin selector official eLacu;e()Vintermediary method_18849Lnet/minecraft/class_4011;method_18849()Vnamed throwExceptionsLnet/minecraft/resource/ResourceReloadMonitor;throwExceptions()V
-