Package net.minecraft.util
Enum Class Util.OperatingSystem
- All Implemented Interfaces:
Serializable,Comparable<Util.OperatingSystem>,Constable
- Enclosing class:
- Util
- Mappings:
Namespace Name official g$aintermediary net/minecraft/class_1723$class_342named 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
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Util.OperatingSystemReturns the enum constant of this class with the specified name.static Util.OperatingSystem[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LINUX
- Mappings:
Namespace Name Mixin selector official aLg$a;a:Lg$a;intermediary field_923Lnet/minecraft/class_1723$class_342;field_923:Lnet/minecraft/class_1723$class_342;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_924Lnet/minecraft/class_1723$class_342;field_924:Lnet/minecraft/class_1723$class_342;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_925Lnet/minecraft/class_1723$class_342;field_925:Lnet/minecraft/class_1723$class_342;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_9090Lnet/minecraft/class_1723$class_342;field_9090:Lnet/minecraft/class_1723$class_342;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_927Lnet/minecraft/class_1723$class_342;field_927:Lnet/minecraft/class_1723$class_342;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 class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-