Package foundry.veil.fabric.event
Interface FabricFreeNativeResourcesEvent
- All Superinterfaces:
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 FabricFreeNativeResourcesEvent
extends FreeNativeResourcesEvent
Fired when Minecraft frees all native resources on the client.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<FreeNativeResourcesEvent> -
Method Summary
Methods inherited from interface foundry.veil.api.event.FreeNativeResourcesEvent
onFree
-
Field Details
-
EVENT
-