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/launcher/FMLDeobfTweaker.html | 320 ------------------ .../launcher/FMLInjectionAndSortingTweaker.html | 323 ------------------ .../mods/fml/common/launcher/FMLServerTweaker.html | 295 ----------------- .../cpw/mods/fml/common/launcher/FMLTweaker.html | 363 --------------------- .../mods/fml/common/launcher/TerminalTweaker.html | 320 ------------------ .../cpw/mods/fml/common/launcher/Yggdrasil.html | 256 --------------- .../mods/fml/common/launcher/package-frame.html | 24 -- .../mods/fml/common/launcher/package-summary.html | 155 --------- .../cpw/mods/fml/common/launcher/package-tree.html | 134 -------- 9 files changed, 2190 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/package-frame.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/package-summary.html delete mode 100644 javadoc/cpw/mods/fml/common/launcher/package-tree.html (limited to 'javadoc/cpw/mods/fml/common/launcher') diff --git a/javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html b/javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html deleted file mode 100644 index 7cf1d21..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -FMLDeobfTweaker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class FMLDeobfTweaker

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    net.minecraft.launchwrapper.ITweaker
    -
    -
    -
    -
    public class FMLDeobfTweaker
    -extends java.lang.Object
    -implements net.minecraft.launchwrapper.ITweaker
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FMLDeobfTweaker() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidacceptOptions(java.util.List<java.lang.String> args, - java.io.File gameDir, - java.io.File assetsDir, - java.lang.String profile) 
      java.lang.String[]getLaunchArguments() 
      java.lang.StringgetLaunchTarget() 
      voidinjectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLDeobfTweaker

        -
        public FMLDeobfTweaker()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        acceptOptions

        -
        public void acceptOptions(java.util.List<java.lang.String> args,
        -                 java.io.File gameDir,
        -                 java.io.File assetsDir,
        -                 java.lang.String profile)
        -
        -
        Specified by:
        -
        acceptOptions in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        injectIntoClassLoader

        -
        public void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
        -
        -
        Specified by:
        -
        injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchTarget

        -
        public java.lang.String getLaunchTarget()
        -
        -
        Specified by:
        -
        getLaunchTarget in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchArguments

        -
        public java.lang.String[] getLaunchArguments()
        -
        -
        Specified by:
        -
        getLaunchArguments in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html b/javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html deleted file mode 100644 index 6ec7ada..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html +++ /dev/null @@ -1,323 +0,0 @@ - - - - - -FMLInjectionAndSortingTweaker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class FMLInjectionAndSortingTweaker

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    net.minecraft.launchwrapper.ITweaker
    -
    -
    -
    -
    public class FMLInjectionAndSortingTweaker
    -extends java.lang.Object
    -implements net.minecraft.launchwrapper.ITweaker
    -
    This class is to manage the injection of coremods as tweakers into the tweak framework. - It has to inject the coremod tweaks during construction, because that is the only time - the tweak list is writeable.
    -
  • -
-
-
-
    -
  • - - - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidacceptOptions(java.util.List<java.lang.String> args, - java.io.File gameDir, - java.io.File assetsDir, - java.lang.String profile) 
      java.lang.String[]getLaunchArguments() 
      java.lang.StringgetLaunchTarget() 
      voidinjectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLInjectionAndSortingTweaker

        -
        public FMLInjectionAndSortingTweaker()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        acceptOptions

        -
        public void acceptOptions(java.util.List<java.lang.String> args,
        -                 java.io.File gameDir,
        -                 java.io.File assetsDir,
        -                 java.lang.String profile)
        -
        -
        Specified by:
        -
        acceptOptions in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        injectIntoClassLoader

        -
        public void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
        -
        -
        Specified by:
        -
        injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchTarget

        -
        public java.lang.String getLaunchTarget()
        -
        -
        Specified by:
        -
        getLaunchTarget in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchArguments

        -
        public java.lang.String[] getLaunchArguments()
        -
        -
        Specified by:
        -
        getLaunchArguments in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html b/javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html deleted file mode 100644 index 237bbb3..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - -FMLServerTweaker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class FMLServerTweaker

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    net.minecraft.launchwrapper.ITweaker
    -
    -
    -
    -
    public class FMLServerTweaker
    -extends FMLTweaker
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLServerTweaker

        -
        public FMLServerTweaker()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getLaunchTarget

        -
        public java.lang.String getLaunchTarget()
        -
        -
        Specified by:
        -
        getLaunchTarget in interface net.minecraft.launchwrapper.ITweaker
        -
        Overrides:
        -
        getLaunchTarget in class FMLTweaker
        -
        -
      • -
      - - - -
        -
      • -

        injectIntoClassLoader

        -
        public void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
        -
        -
        Specified by:
        -
        injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweaker
        -
        Overrides:
        -
        injectIntoClassLoader in class FMLTweaker
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html b/javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html deleted file mode 100644 index b88e64f..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html +++ /dev/null @@ -1,363 +0,0 @@ - - - - - -FMLTweaker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class FMLTweaker

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    net.minecraft.launchwrapper.ITweaker
    -
    -
    -
    Direct Known Subclasses:
    -
    FMLServerTweaker
    -
    -
    -
    -
    public class FMLTweaker
    -extends java.lang.Object
    -implements net.minecraft.launchwrapper.ITweaker
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      FMLTweaker() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidacceptOptions(java.util.List<java.lang.String> args, - java.io.File gameDir, - java.io.File assetsDir, - java.lang.String profile) 
      java.io.FilegetGameDir() 
      static java.net.URIgetJarLocation() 
      java.lang.String[]getLaunchArguments() 
      java.lang.StringgetLaunchTarget() 
      voidinjectCascadingTweak(java.lang.String tweakClassName) 
      voidinjectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLTweaker

        -
        public FMLTweaker()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        acceptOptions

        -
        public void acceptOptions(java.util.List<java.lang.String> args,
        -                 java.io.File gameDir,
        -                 java.io.File assetsDir,
        -                 java.lang.String profile)
        -
        -
        Specified by:
        -
        acceptOptions in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        injectIntoClassLoader

        -
        public void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
        -
        -
        Specified by:
        -
        injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchTarget

        -
        public java.lang.String getLaunchTarget()
        -
        -
        Specified by:
        -
        getLaunchTarget in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchArguments

        -
        public java.lang.String[] getLaunchArguments()
        -
        -
        Specified by:
        -
        getLaunchArguments in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getGameDir

        -
        public java.io.File getGameDir()
        -
      • -
      - - - -
        -
      • -

        getJarLocation

        -
        public static java.net.URI getJarLocation()
        -
      • -
      - - - -
        -
      • -

        injectCascadingTweak

        -
        public void injectCascadingTweak(java.lang.String tweakClassName)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html b/javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html deleted file mode 100644 index ae67a44..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html +++ /dev/null @@ -1,320 +0,0 @@ - - - - - -TerminalTweaker (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class TerminalTweaker

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    net.minecraft.launchwrapper.ITweaker
    -
    -
    -
    -
    public final class TerminalTweaker
    -extends java.lang.Object
    -implements net.minecraft.launchwrapper.ITweaker
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      TerminalTweaker() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidacceptOptions(java.util.List<java.lang.String> args, - java.io.File gameDir, - java.io.File assetsDir, - java.lang.String profile) 
      java.lang.String[]getLaunchArguments() 
      java.lang.StringgetLaunchTarget() 
      voidinjectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        TerminalTweaker

        -
        public TerminalTweaker()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        injectIntoClassLoader

        -
        public void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
        -
        -
        Specified by:
        -
        injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchTarget

        -
        public java.lang.String getLaunchTarget()
        -
        -
        Specified by:
        -
        getLaunchTarget in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        getLaunchArguments

        -
        public java.lang.String[] getLaunchArguments()
        -
        -
        Specified by:
        -
        getLaunchArguments in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      - - - -
        -
      • -

        acceptOptions

        -
        public void acceptOptions(java.util.List<java.lang.String> args,
        -                 java.io.File gameDir,
        -                 java.io.File assetsDir,
        -                 java.lang.String profile)
        -
        -
        Specified by:
        -
        acceptOptions in interface net.minecraft.launchwrapper.ITweaker
        -
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html b/javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html deleted file mode 100644 index d659493..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html +++ /dev/null @@ -1,256 +0,0 @@ - - - - - -Yggdrasil (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.launcher
-

Class Yggdrasil

-
-
- -
-
    -
  • -
    -
    -
    public class Yggdrasil
    -extends java.lang.Object
    -
    Basic implementation of Mojang's 'Yggdrasil' login system, purely intended as a dev time bare bones login. - Login errors are not handled.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      Yggdrasil() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static voidlogin(java.util.Map<java.lang.String,java.lang.String> args) 
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        Yggdrasil

        -
        public Yggdrasil()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        login

        -
        public static void login(java.util.Map<java.lang.String,java.lang.String> args)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/package-frame.html b/javadoc/cpw/mods/fml/common/launcher/package-frame.html deleted file mode 100644 index a9e25ec..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/package-frame.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - -cpw.mods.fml.common.launcher (Forge API) - - - - -

cpw.mods.fml.common.launcher

-
-

Classes

- -
- - diff --git a/javadoc/cpw/mods/fml/common/launcher/package-summary.html b/javadoc/cpw/mods/fml/common/launcher/package-summary.html deleted file mode 100644 index d645c06..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/package-summary.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - - -cpw.mods.fml.common.launcher (Forge API) - - - - - - - -
- - - - - -
- - -
-

Package cpw.mods.fml.common.launcher

-
-
- -
- -
- - - - - -
- - - - diff --git a/javadoc/cpw/mods/fml/common/launcher/package-tree.html b/javadoc/cpw/mods/fml/common/launcher/package-tree.html deleted file mode 100644 index 192e9a3..0000000 --- a/javadoc/cpw/mods/fml/common/launcher/package-tree.html +++ /dev/null @@ -1,134 +0,0 @@ - - - - - -cpw.mods.fml.common.launcher Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package cpw.mods.fml.common.launcher

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
- -
- - - - - -
- - - - -- cgit v1.2.3