Interface ReloadScheduler.ReloadContext
- Enclosing interface:
ReloadScheduler
@Environment(CLIENT)
public static interface ReloadScheduler.ReloadContext
- Mappings:
Namespace Name named net/minecraft/client/resource/server/ReloadScheduler$ReloadContextintermediary net/minecraft/class_9041$class_9042official ijz$a
-
Method Details
-
onSuccess
void onSuccess()- Mappings:
Namespace Name Mixin selector named onSuccessLnet/minecraft/client/resource/server/ReloadScheduler$ReloadContext;onSuccess()Vintermediary method_55549Lnet/minecraft/class_9041$class_9042;method_55549()Vofficial aLijz$a;a()V
-
onFailure
void onFailure(boolean force) - Mappings:
Namespace Name Mixin selector named onFailureLnet/minecraft/client/resource/server/ReloadScheduler$ReloadContext;onFailure(Z)Vintermediary method_55550Lnet/minecraft/class_9041$class_9042;method_55550(Z)Vofficial aLijz$a;a(Z)V
-
getPacks
List<ReloadScheduler.PackInfo> getPacks()- Mappings:
Namespace Name Mixin selector named getPacksLnet/minecraft/client/resource/server/ReloadScheduler$ReloadContext;getPacks()Ljava/util/List;intermediary method_55551Lnet/minecraft/class_9041$class_9042;method_55551()Ljava/util/List;official bLijz$a;b()Ljava/util/List;
-