Package net.minecraft

Enum Class class_9927

java.lang.Object
java.lang.Enum<class_9927>
net.minecraft.class_9927
All Implemented Interfaces:
Serializable, Comparable<class_9927>, Constable, StringIdentifiable, TranslatableOption

@Environment(CLIENT) public enum class_9927 extends Enum<class_9927> implements TranslatableOption, StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_9927
intermediary net/minecraft/class_9927
official fhx
  • Enum Constant Details

    • MINIMIZED

      public static final class_9927 MINIMIZED
      Mappings:
      Namespace Name Mixin selector
      named MINIMIZED Lnet/minecraft/class_9927;MINIMIZED:Lnet/minecraft/class_9927;
      intermediary field_52743 Lnet/minecraft/class_9927;field_52743:Lnet/minecraft/class_9927;
      official a Lfhx;a:Lfhx;
    • AFK

      public static final class_9927 AFK
      Mappings:
      Namespace Name Mixin selector
      named AFK Lnet/minecraft/class_9927;AFK:Lnet/minecraft/class_9927;
      intermediary field_52744 Lnet/minecraft/class_9927;field_52744:Lnet/minecraft/class_9927;
      official b Lfhx;b:Lfhx;
  • Field Details

    • field_52745

      public static final com.mojang.serialization.Codec<class_9927> field_52745
      Mappings:
      Namespace Name Mixin selector
      named field_52745 Lnet/minecraft/class_9927;field_52745:Lcom/mojang/serialization/Codec;
      intermediary field_52745 Lnet/minecraft/class_9927;field_52745:Lcom/mojang/serialization/Codec;
      official c Lfhx;c:Lcom/mojang/serialization/Codec;
    • field_52746

      private final int field_52746
      Mappings:
      Namespace Name Mixin selector
      named field_52746 Lnet/minecraft/class_9927;field_52746:I
      intermediary field_52746 Lnet/minecraft/class_9927;field_52746:I
      official d Lfhx;d:I
    • field_52747

      private final String field_52747
      Mappings:
      Namespace Name Mixin selector
      named field_52747 Lnet/minecraft/class_9927;field_52747:Ljava/lang/String;
      intermediary field_52747 Lnet/minecraft/class_9927;field_52747:Ljava/lang/String;
      official e Lfhx;e:Ljava/lang/String;
    • field_52748

      private final String field_52748
      Mappings:
      Namespace Name Mixin selector
      named field_52748 Lnet/minecraft/class_9927;field_52748:Ljava/lang/String;
      intermediary field_52748 Lnet/minecraft/class_9927;field_52748:Ljava/lang/String;
      official f Lfhx;f:Ljava/lang/String;
  • Constructor Details

    • class_9927

      private class_9927(int int2, String string, String string2)
  • Method Details

    • values

      public static class_9927[] 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

      public static class_9927 valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getId

      public int getId()
      Specified by:
      getId in interface TranslatableOption
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/util/TranslatableOption;getId()I
      intermediary method_7362 Lnet/minecraft/class_7291;method_7362()I
      official b Lazf;b()I
    • getTranslationKey

      public String getTranslationKey()
      Specified by:
      getTranslationKey in interface TranslatableOption
      Mappings:
      Namespace Name Mixin selector
      named getTranslationKey Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
      intermediary method_7359 Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
      official a Lazf;a()Ljava/lang/String;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazy;c()Ljava/lang/String;