From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../mods/fml/common/discovery/ModCandidate.html | 434 --------------------- 1 file changed, 434 deletions(-) delete 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 deleted file mode 100644 index b43007d..0000000 --- a/javadoc/cpw/mods/fml/common/discovery/ModCandidate.html +++ /dev/null @@ -1,434 +0,0 @@ - - - - - -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