Class ResourceLoaderEvents
java.lang.Object
org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents
Events related to the resource loader.
Modified to work on Fabric
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceFunctional interface to be implemented on callbacks forEND_DATA_PACK_RELOAD.static interfaceFunctional interface to be implemented on callbacks forSTART_DATA_PACK_RELOAD. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.fabricmc.fabric.api.event.Event<ResourceLoaderEvents.EndDataPackReload> An event indicating the end of the reloading of data packs on a Minecraft server.static final net.fabricmc.fabric.api.event.Event<ResourceLoaderEvents.StartDataPackReload> An event indicating the start of the reloading of data packs on a Minecraft server. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
START_DATA_PACK_RELOAD
public static final net.fabricmc.fabric.api.event.Event<ResourceLoaderEvents.StartDataPackReload> START_DATA_PACK_RELOADAn event indicating the start of the reloading of data packs on a Minecraft server.This event should not be used to load resources.
-
END_DATA_PACK_RELOAD
public static final net.fabricmc.fabric.api.event.Event<ResourceLoaderEvents.EndDataPackReload> END_DATA_PACK_RELOADAn event indicating the end of the reloading of data packs on a Minecraft server.This event should not be used to load resources.
-
-
Constructor Details
-
ResourceLoaderEvents
public ResourceLoaderEvents()
-