From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../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 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/package-frame.html create mode 100644 javadoc/cpw/mods/fml/common/launcher/package-summary.html create 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 new file mode 100644 index 0000000..7cf1d21 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/FMLDeobfTweaker.html @@ -0,0 +1,320 @@ + + + + + +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 new file mode 100644 index 0000000..6ec7ada --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/FMLInjectionAndSortingTweaker.html @@ -0,0 +1,323 @@ + + + + + +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 new file mode 100644 index 0000000..237bbb3 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/FMLServerTweaker.html @@ -0,0 +1,295 @@ + + + + + +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 new file mode 100644 index 0000000..b88e64f --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/FMLTweaker.html @@ -0,0 +1,363 @@ + + + + + +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 new file mode 100644 index 0000000..ae67a44 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html @@ -0,0 +1,320 @@ + + + + + +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 new file mode 100644 index 0000000..d659493 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/Yggdrasil.html @@ -0,0 +1,256 @@ + + + + + +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 new file mode 100644 index 0000000..a9e25ec --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/package-frame.html @@ -0,0 +1,24 @@ + + + + + +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 new file mode 100644 index 0000000..d645c06 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/package-summary.html @@ -0,0 +1,155 @@ + + + + + +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 new file mode 100644 index 0000000..192e9a3 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/launcher/package-tree.html @@ -0,0 +1,134 @@ + + + + + +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