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/TerminalTweaker.html | 320 +++++++++++++++++++++ 1 file changed, 320 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html (limited to 'javadoc/cpw/mods/fml/common/launcher/TerminalTweaker.html') 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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3