Package foundry.veil.api.event
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.
Fired when Minecraft frees all native resources on the client.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFree()
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.
-