Interface ClientResourceLoaderEvents.EndPackReload
- All Superinterfaces:
ClientEventAwareListener
- Enclosing class:
ClientResourceLoaderEvents
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ClientResourceLoaderEvents.EndPackReload
extends ClientEventAwareListener
Functional interface to be implemented on callbacks for
ClientResourceLoaderEvents.END_PACK_RELOAD.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled after resource packs on the Minecraft client have been reloaded.
-
Method Details
-
onEndPackReload
Called after resource packs on the Minecraft client have been reloaded.If the reload was not successful, the old resource packs will be kept.
- Parameters:
context- the resource reload context
-