From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../mods/fml/common/discovery/ModCandidate.html | 434 +++++++++++++++++++++ 1 file changed, 434 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/discovery/ModCandidate.html (limited to 'javadoc/cpw/mods/fml/common/discovery/ModCandidate.html') diff --git a/javadoc/cpw/mods/fml/common/discovery/ModCandidate.html b/javadoc/cpw/mods/fml/common/discovery/ModCandidate.html new file mode 100644 index 0000000..b43007d --- /dev/null +++ b/javadoc/cpw/mods/fml/common/discovery/ModCandidate.html @@ -0,0 +1,434 @@ + + + + + +ModCandidate (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.discovery
+

Class ModCandidate

+
+
+ +
+
    +
  • +
    +
    +
    public class ModCandidate
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ModCandidate

        +
        public ModCandidate(java.io.File classPathRoot,
        +            java.io.File modContainer,
        +            ContainerType sourceType)
        +
      • +
      + + + +
        +
      • +

        ModCandidate

        +
        public ModCandidate(java.io.File classPathRoot,
        +            java.io.File modContainer,
        +            ContainerType sourceType,
        +            boolean isMinecraft,
        +            boolean classpath)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClassPathRoot

        +
        public java.io.File getClassPathRoot()
        +
      • +
      + + + +
        +
      • +

        getModContainer

        +
        public java.io.File getModContainer()
        +
      • +
      + + + + + + + + + + + +
        +
      • +

        addClassEntry

        +
        public void addClassEntry(java.lang.String name)
        +
      • +
      + + + +
        +
      • +

        isClasspath

        +
        public boolean isClasspath()
        +
      • +
      + + + +
        +
      • +

        rememberBaseModType

        +
        public void rememberBaseModType(java.lang.String className)
        +
      • +
      + + + +
        +
      • +

        getRememberedBaseMods

        +
        public java.util.List<java.lang.String> getRememberedBaseMods()
        +
      • +
      + + + +
        +
      • +

        isMinecraftJar

        +
        public boolean isMinecraftJar()
        +
      • +
      + + + +
        +
      • +

        rememberModCandidateType

        +
        public void rememberModCandidateType(ASMModParser modParser)
        +
      • +
      + + + +
        +
      • +

        getClassList

        +
        public java.util.Set<java.lang.String> getClassList()
        +
      • +
      + + + +
        +
      • +

        getContainedMods

        +
        public java.util.List<ModContainer> getContainedMods()
        +
      • +
      + + + +
        +
      • +

        getContainedPackages

        +
        public java.util.List<java.lang.String> getContainedPackages()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3