Enum Util.OperatingSystem

java.lang.Object
java.lang.Enum<Util.OperatingSystem>
net.minecraft.util.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$a
intermediary net/minecraft/class_1480$class_1481
named net/minecraft/util/Util$OperatingSystem
  • Enum Constant Details

    • LINUX

      public static final Util.OperatingSystem LINUX
      Mappings:
      Namespace Name Mixin selector
      official a Lg$a;a:Lg$a;
      intermediary field_6134 Lnet/minecraft/class_1480$class_1481;field_6134:Lnet/minecraft/class_1480$class_1481;
      named LINUX Lnet/minecraft/util/Util$OperatingSystem;LINUX:Lnet/minecraft/util/Util$OperatingSystem;
    • SOLARIS

      public static final Util.OperatingSystem SOLARIS
      Mappings:
      Namespace Name Mixin selector
      official b Lg$a;b:Lg$a;
      intermediary field_6135 Lnet/minecraft/class_1480$class_1481;field_6135:Lnet/minecraft/class_1480$class_1481;
      named SOLARIS Lnet/minecraft/util/Util$OperatingSystem;SOLARIS:Lnet/minecraft/util/Util$OperatingSystem;
    • WINDOWS

      public static final Util.OperatingSystem WINDOWS
      Mappings:
      Namespace Name Mixin selector
      official c Lg$a;c:Lg$a;
      intermediary field_6136 Lnet/minecraft/class_1480$class_1481;field_6136:Lnet/minecraft/class_1480$class_1481;
      named WINDOWS Lnet/minecraft/util/Util$OperatingSystem;WINDOWS:Lnet/minecraft/util/Util$OperatingSystem;
    • MACOS

      public static final Util.OperatingSystem MACOS
      Mappings:
      Namespace Name Mixin selector
      official d Lg$a;d:Lg$a;
      intermediary field_6137 Lnet/minecraft/class_1480$class_1481;field_6137:Lnet/minecraft/class_1480$class_1481;
      named MACOS Lnet/minecraft/util/Util$OperatingSystem;MACOS:Lnet/minecraft/util/Util$OperatingSystem;
    • OTHER

      public static final Util.OperatingSystem OTHER
      Mappings:
      Namespace Name Mixin selector
      official e Lg$a;e:Lg$a;
      intermediary field_6138 Lnet/minecraft/class_1480$class_1481;field_6138:Lnet/minecraft/class_1480$class_1481;
      named OTHER Lnet/minecraft/util/Util$OperatingSystem;OTHER:Lnet/minecraft/util/Util$OperatingSystem;
  • Constructor Details

    • OperatingSystem

      private OperatingSystem()
  • Method Details

    • values

      public static Util.OperatingSystem[] 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

      public static Util.OperatingSystem valueOf​(String name)
      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 name
      NullPointerException - if the argument is null