Package net.minecraft.util
Enum Class Util.OperatingSystem
- All Implemented Interfaces:
Serializable,Comparable<Util.OperatingSystem>,Constable
- Enclosing class:
- Util
- Mappings:
Namespace Name official k$bintermediary 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 TypeMethodDescriptionvoidmethod_20235(File file) voidmethod_20236(String string) voidmethod_20237(URI uRI) voidmethod_20238(URL uRL) protected String[]method_20239(URL uRL) static 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 aLk$b;a:Lk$b;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 bLk$b;b:Lk$b;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 cLk$b;c:Lk$b;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 dLk$b;d:Lk$b;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 eLk$b;e:Lk$b;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
-
method_20238
- Mappings:
Namespace Name Mixin selector official aLk$b;a(Ljava/net/URL;)Vintermediary method_20238Lnet/minecraft/class_1723$class_342;method_20238(Ljava/net/URL;)Vnamed method_20238Lnet/minecraft/util/Util$OperatingSystem;method_20238(Ljava/net/URL;)V
-
method_20237
- Mappings:
Namespace Name Mixin selector official aLk$b;a(Ljava/net/URI;)Vintermediary method_20237Lnet/minecraft/class_1723$class_342;method_20237(Ljava/net/URI;)Vnamed method_20237Lnet/minecraft/util/Util$OperatingSystem;method_20237(Ljava/net/URI;)V
-
method_20235
- Mappings:
Namespace Name Mixin selector official aLk$b;a(Ljava/io/File;)Vintermediary method_20235Lnet/minecraft/class_1723$class_342;method_20235(Ljava/io/File;)Vnamed method_20235Lnet/minecraft/util/Util$OperatingSystem;method_20235(Ljava/io/File;)V
-
method_20239
- Mappings:
Namespace Name Mixin selector official bLk$b;b(Ljava/net/URL;)[Ljava/lang/String;intermediary method_20239Lnet/minecraft/class_1723$class_342;method_20239(Ljava/net/URL;)[Ljava/lang/String;named method_20239Lnet/minecraft/util/Util$OperatingSystem;method_20239(Ljava/net/URL;)[Ljava/lang/String;
-
method_20236
- Mappings:
Namespace Name Mixin selector official aLk$b;a(Ljava/lang/String;)Vintermediary method_20236Lnet/minecraft/class_1723$class_342;method_20236(Ljava/lang/String;)Vnamed method_20236Lnet/minecraft/util/Util$OperatingSystem;method_20236(Ljava/lang/String;)V
-