Uses of Class
cpw.mods.fml.relauncher.ArgsWrapper

Packages that use ArgsWrapper
cpw.mods.fml.relauncher   
net.minecraft.client   
net.minecraft.server   
 

Uses of ArgsWrapper in cpw.mods.fml.relauncher
 

Methods in cpw.mods.fml.relauncher with parameters of type ArgsWrapper
static void FMLRelauncher.handleClientRelaunch(ArgsWrapper wrap)
           
static void FMLRelauncher.handleServerRelaunch(ArgsWrapper wrap)
           
 

Uses of ArgsWrapper in net.minecraft.client
 

Methods in net.minecraft.client with parameters of type ArgsWrapper
static void Minecraft.fmlReentry(ArgsWrapper wrapper)
           
 

Uses of ArgsWrapper in net.minecraft.server
 

Methods in net.minecraft.server with parameters of type ArgsWrapper
static void MinecraftServer.fmlReentry(ArgsWrapper wrap)