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:
  • Method Details

    • onEndPackReload

      void onEndPackReload(ClientResourceLoaderEvents.EndPackReload.Context context)
      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