Uses of Class
net.minecraft.util.EnumOS

Packages that use EnumOS
net.minecraft.client   
net.minecraft.util   
net.minecraftforge.client   
 

Uses of EnumOS in net.minecraft.client
 

Methods in net.minecraft.client that return EnumOS
static EnumOS Minecraft.getOs()
           
 

Uses of EnumOS in net.minecraft.util
 

Methods in net.minecraft.util that return EnumOS
static EnumOS EnumOS.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumOS[] EnumOS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EnumOS in net.minecraftforge.client
 

Methods in net.minecraftforge.client that return EnumOS
static EnumOS EnumHelperClient.addOS2(String name)