Package net.minecraft.util
Enum Util.OperatingSystem
- All Implemented Interfaces:
Serializable,Comparable<Util.OperatingSystem>,java.lang.constant.Constable
- Enclosing class:
- Util
@Environment(CLIENT) public static enum Util.OperatingSystem extends Enum<Util.OperatingSystem>
- Mappings:
Namespace Name official g$aintermediary net/minecraft/class_1480$class_1481named net/minecraft/util/Util$OperatingSystem
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateOperatingSystem() -
Method Summary
Modifier and Type Method Description static Util.OperatingSystemvalueOf(String name)Returns the enum constant of this type with the specified name.static Util.OperatingSystem[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LINUX
- Mappings:
Namespace Name Mixin selector official aLg$a;a:Lg$a;intermediary field_6134Lnet/minecraft/class_1480$class_1481;field_6134:Lnet/minecraft/class_1480$class_1481;named LINUXLnet/minecraft/util/Util$OperatingSystem;LINUX:Lnet/minecraft/util/Util$OperatingSystem;
-
SOLARIS
- Mappings:
Namespace Name Mixin selector official bLg$a;b:Lg$a;intermediary field_6135Lnet/minecraft/class_1480$class_1481;field_6135:Lnet/minecraft/class_1480$class_1481;named SOLARISLnet/minecraft/util/Util$OperatingSystem;SOLARIS:Lnet/minecraft/util/Util$OperatingSystem;
-
WINDOWS
- Mappings:
Namespace Name Mixin selector official cLg$a;c:Lg$a;intermediary field_6136Lnet/minecraft/class_1480$class_1481;field_6136:Lnet/minecraft/class_1480$class_1481;named WINDOWSLnet/minecraft/util/Util$OperatingSystem;WINDOWS:Lnet/minecraft/util/Util$OperatingSystem;
-
MACOS
- Mappings:
Namespace Name Mixin selector official dLg$a;d:Lg$a;intermediary field_6137Lnet/minecraft/class_1480$class_1481;field_6137:Lnet/minecraft/class_1480$class_1481;named MACOSLnet/minecraft/util/Util$OperatingSystem;MACOS:Lnet/minecraft/util/Util$OperatingSystem;
-
OTHER
- Mappings:
Namespace Name Mixin selector official eLg$a;e:Lg$a;intermediary field_6138Lnet/minecraft/class_1480$class_1481;field_6138:Lnet/minecraft/class_1480$class_1481;named OTHERLnet/minecraft/util/Util$OperatingSystem;OTHER:Lnet/minecraft/util/Util$OperatingSystem;
-
-
Constructor Details
-
OperatingSystem
private OperatingSystem()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-