public class FMLTweaker extends Object implements net.minecraft.launchwrapper.ITweaker
| Constructor and Description |
|---|
FMLTweaker() |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptOptions(List<String> args,
File gameDir,
File assetsDir,
String profile) |
File |
getGameDir() |
static URI |
getJarLocation() |
String[] |
getLaunchArguments() |
String |
getLaunchTarget() |
void |
injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader) |
public void acceptOptions(List<String> args, File gameDir, File assetsDir, String profile)
acceptOptions in interface net.minecraft.launchwrapper.ITweakerpublic void injectIntoClassLoader(net.minecraft.launchwrapper.LaunchClassLoader classLoader)
injectIntoClassLoader in interface net.minecraft.launchwrapper.ITweakerpublic String getLaunchTarget()
getLaunchTarget in interface net.minecraft.launchwrapper.ITweakerpublic String[] getLaunchArguments()
getLaunchArguments in interface net.minecraft.launchwrapper.ITweakerpublic File getGameDir()
public static URI getJarLocation()