cpw.mods.fml.relauncher
Class FMLRelauncher

java.lang.Object
  extended by cpw.mods.fml.relauncher.FMLRelauncher

public class FMLRelauncher
extends Object


Field Summary
static String logFileNamePattern
           
 
Method Summary
static void appletEntry(Applet minecraftApplet)
           
static void appletStart(Applet applet)
           
static void handleClientRelaunch(ArgsWrapper wrap)
           
static void handleServerRelaunch(ArgsWrapper wrap)
           
static String side()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logFileNamePattern

public static String logFileNamePattern
Method Detail

handleClientRelaunch

public static void handleClientRelaunch(ArgsWrapper wrap)

handleServerRelaunch

public static void handleServerRelaunch(ArgsWrapper wrap)

appletEntry

public static void appletEntry(Applet minecraftApplet)

appletStart

public static void appletStart(Applet applet)

side

public static String side()