Package net.minecraft.util
Enum Class Util.OperatingSystem
- All Implemented Interfaces:
- Serializable,- Comparable<Util.OperatingSystem>,- Constable
- Enclosing class:
- Util
An enum representing the operating system of the current platform.
 This defines the behavior for opening links.
 The current one can be obtained via 
Util.getOperatingSystem().- Mappings:
- Namespace - Name - named - net/minecraft/util/Util$OperatingSystem- intermediary - net/minecraft/class_156$class_158- official - af$a
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()protected String[]getURIOpenCommand(URI uri) voidOpensfile.voidOpensuri.voidOpensuri.voidstatic 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 - named - LINUX- Lnet/minecraft/util/Util$OperatingSystem;LINUX:Lnet/minecraft/util/Util$OperatingSystem;- intermediary - field_1135- Lnet/minecraft/class_156$class_158;field_1135:Lnet/minecraft/class_156$class_158;- official - a- Laf$a;a:Laf$a;
 
- 
SOLARIS- Mappings:
- Namespace - Name - Mixin selector - named - SOLARIS- Lnet/minecraft/util/Util$OperatingSystem;SOLARIS:Lnet/minecraft/util/Util$OperatingSystem;- intermediary - field_1134- Lnet/minecraft/class_156$class_158;field_1134:Lnet/minecraft/class_156$class_158;- official - b- Laf$a;b:Laf$a;
 
- 
WINDOWS- Mappings:
- Namespace - Name - Mixin selector - named - WINDOWS- Lnet/minecraft/util/Util$OperatingSystem;WINDOWS:Lnet/minecraft/util/Util$OperatingSystem;- intermediary - field_1133- Lnet/minecraft/class_156$class_158;field_1133:Lnet/minecraft/class_156$class_158;- official - c- Laf$a;c:Laf$a;
 
- 
OSX- Mappings:
- Namespace - Name - Mixin selector - named - OSX- Lnet/minecraft/util/Util$OperatingSystem;OSX:Lnet/minecraft/util/Util$OperatingSystem;- intermediary - field_1137- Lnet/minecraft/class_156$class_158;field_1137:Lnet/minecraft/class_156$class_158;- official - d- Laf$a;d:Laf$a;
 
- 
UNKNOWN- Mappings:
- Namespace - Name - Mixin selector - named - UNKNOWN- Lnet/minecraft/util/Util$OperatingSystem;UNKNOWN:Lnet/minecraft/util/Util$OperatingSystem;- intermediary - field_1132- Lnet/minecraft/class_156$class_158;field_1132:Lnet/minecraft/class_156$class_158;- official - e- Laf$a;e:Laf$a;
 
 
- 
- 
Field Details- 
name- Mappings:
- Namespace - Name - Mixin selector - named - name- Lnet/minecraft/util/Util$OperatingSystem;name:Ljava/lang/String;- intermediary - field_34894- Lnet/minecraft/class_156$class_158;field_34894:Ljava/lang/String;- official - f- Laf$a;f:Ljava/lang/String;
 
 
- 
- 
Constructor Details- 
OperatingSystem- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/util/Util$OperatingSystem;<init>(Ljava/lang/String;ILjava/lang/String;)V- intermediary - <init>- Lnet/minecraft/class_156$class_158;<init>(Ljava/lang/String;ILjava/lang/String;)V- official - <init>- Laf$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
openOpensuri. If this points to an HTTP(S) URI, it is usually opened using the system's default browser. Otherwise, it is opened directly.Always validate the passed URI's schema as some values can execute code. - Mappings:
- Namespace - Name - Mixin selector - named - open- Lnet/minecraft/util/Util$OperatingSystem;open(Ljava/net/URI;)V- intermediary - method_673- Lnet/minecraft/class_156$class_158;method_673(Ljava/net/URI;)V- official - a- Laf$a;a(Ljava/net/URI;)V
 
- 
openOpensfile.Do not pass untrusted file to this method as some values can execute code. - Mappings:
- Namespace - Name - Mixin selector - named - open- Lnet/minecraft/util/Util$OperatingSystem;open(Ljava/io/File;)V- intermediary - method_672- Lnet/minecraft/class_156$class_158;method_672(Ljava/io/File;)V- official - a- Laf$a;a(Ljava/io/File;)V
 
- 
open- Mappings:
- Namespace - Name - Mixin selector - named - open- Lnet/minecraft/util/Util$OperatingSystem;open(Ljava/nio/file/Path;)V- intermediary - method_60932- Lnet/minecraft/class_156$class_158;method_60932(Ljava/nio/file/Path;)V- official - a- Laf$a;a(Ljava/nio/file/Path;)V
 
- 
getURIOpenCommand- Mappings:
- Namespace - Name - Mixin selector - named - getURIOpenCommand- Lnet/minecraft/util/Util$OperatingSystem;getURIOpenCommand(Ljava/net/URI;)[Ljava/lang/String;- intermediary - method_674- Lnet/minecraft/class_156$class_158;method_674(Ljava/net/URI;)[Ljava/lang/String;- official - b- Laf$a;b(Ljava/net/URI;)[Ljava/lang/String;
 
- 
openOpensuri. If this points to an HTTP(S) URI, it is usually opened using the system's default browser. Otherwise, it is opened directly.Always validate the passed URI's schema as some values can execute code. - Mappings:
- Namespace - Name - Mixin selector - named - open- Lnet/minecraft/util/Util$OperatingSystem;open(Ljava/lang/String;)V- intermediary - method_670- Lnet/minecraft/class_156$class_158;method_670(Ljava/lang/String;)V- official - a- Laf$a;a(Ljava/lang/String;)V
 
- 
getName- Mappings:
- Namespace - Name - Mixin selector - named - getName- Lnet/minecraft/util/Util$OperatingSystem;getName()Ljava/lang/String;- intermediary - method_38649- Lnet/minecraft/class_156$class_158;method_38649()Ljava/lang/String;- official - a- Laf$a;a()Ljava/lang/String;
 
 
-