Interface EndClientResourceReloadCallback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<EndClientResourceReloadCallback> -
Method Summary
Modifier and TypeMethodDescriptionvoidonEndClientResourceReload(net.minecraft.client.Minecraft minecraft, net.minecraft.server.packs.resources.ResourceManager resourceManager, boolean initialReload, Optional<Throwable> error)
-
Field Details
-
EVENT
-
-
Method Details
-
onEndClientResourceReload
-