Interface FreeNativeResourcesEvent

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 interface FreeNativeResourcesEvent
Fired when Minecraft frees all native resources on the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after all Minecraft native resources have been freed, but before the executors have been shut down.
  • Method Details

    • onFree

      void onFree()
      Called after all Minecraft native resources have been freed, but before the executors have been shut down.