Class ResourceLoaderEvents

java.lang.Object
org.quiltmc.qsl.frozenblock.resource.loader.api.ResourceLoaderEvents

public class ResourceLoaderEvents extends Object
Events related to the resource loader.

Modified to work on Fabric

  • Field Details

    • START_DATA_PACK_RELOAD

      public static final net.fabricmc.fabric.api.event.Event<ResourceLoaderEvents.StartDataPackReload> START_DATA_PACK_RELOAD
      An 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_RELOAD
      An 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()