Klasse BundleModFile

java.lang.Object
de.luckymcdev.foundryengine.common.bundle.modcompat.BundleModFile
Alle implementierten Schnittstellen:
net.neoforged.neoforgespi.locating.IModFile

public class BundleModFile extends Object implements net.neoforged.neoforgespi.locating.IModFile
  • Konstruktordetails

    • BundleModFile

      public BundleModFile(BundleInfo bundleInfo, Path filePath)
  • Methodendetails

    • getId

      public String getId()
      Angegeben von:
      getId in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getContents

      public net.neoforged.fml.jarcontents.JarContents getContents()
      Angegeben von:
      getContents in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getSubstitutionMap

      public Supplier<Map<String,Object>> getSubstitutionMap()
      Angegeben von:
      getSubstitutionMap in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getType

      public net.neoforged.neoforgespi.locating.IModFile.Type getType()
      Angegeben von:
      getType in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getFilePath

      public Path getFilePath()
      Angegeben von:
      getFilePath in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getModInfos

      public List<net.neoforged.neoforgespi.language.IModInfo> getModInfos()
      Angegeben von:
      getModInfos in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getScanResult

      public net.neoforged.neoforgespi.language.ModFileScanData getScanResult()
      Angegeben von:
      getScanResult in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getFileName

      public String getFileName()
      Angegeben von:
      getFileName in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getDiscoveryAttributes

      public net.neoforged.neoforgespi.locating.ModFileDiscoveryAttributes getDiscoveryAttributes()
      Angegeben von:
      getDiscoveryAttributes in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • getModFileInfo

      public net.neoforged.neoforgespi.language.IModFileInfo getModFileInfo()
      Angegeben von:
      getModFileInfo in Schnittstelle net.neoforged.neoforgespi.locating.IModFile
    • setModFileInfo

      public void setModFileInfo(net.neoforged.neoforgespi.language.IModFileInfo modFileInfo)