Interface ModResourcePack

All Superinterfaces:
AutoCloseable, ResourcePack

public interface ModResourcePack extends ResourcePack
Interface implemented by mod-provided resource packs.
  • Method Details Link icon

    • getFabricModMetadata Link icon

      net.fabricmc.loader.api.metadata.ModMetadata getFabricModMetadata()
      Returns:
      The ModMetadata object associated with the mod providing this resource pack.
    • createOverlay Link icon

      ModResourcePack createOverlay(String overlay)