Uses of Enum Class
net.minecraft.isom.OS

Packages that use OS
Package
Description
 
  • Uses of OS in net.minecraft.isom

    Methods in net.minecraft.isom that return OS
    Modifier and Type
    Method
    Description
    private static OS
    IsomPreviewCanvas.getOs()
     
    static OS
    OS.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static OS[]
    OS.values()
    Returns an array containing the constants of this enum class, in the order they are declared.