Package net.minecraft

Enum Class class_7628

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

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

    • OFF

      public static final class_7628 OFF
      Mappings:
      Namespace Name Mixin selector
      official a Levb;a:Levb;
      intermediary field_39873 Lnet/minecraft/class_7628;field_39873:Lnet/minecraft/class_7628;
      named OFF Lnet/minecraft/class_7628;OFF:Lnet/minecraft/class_7628;
    • LIVE

      public static final class_7628 LIVE
      Mappings:
      Namespace Name Mixin selector
      official b Levb;b:Levb;
      intermediary field_39874 Lnet/minecraft/class_7628;field_39874:Lnet/minecraft/class_7628;
      named LIVE Lnet/minecraft/class_7628;LIVE:Lnet/minecraft/class_7628;
    • CONFIRM

      public static final class_7628 CONFIRM
      Mappings:
      Namespace Name Mixin selector
      official c Levb;c:Levb;
      intermediary field_39875 Lnet/minecraft/class_7628;field_39875:Lnet/minecraft/class_7628;
      named CONFIRM Lnet/minecraft/class_7628;CONFIRM:Lnet/minecraft/class_7628;
  • Field Details

    • field_39876

      private static final class_7628[] field_39876
      Mappings:
      Namespace Name Mixin selector
      official d Levb;d:[Levb;
      intermediary field_39876 Lnet/minecraft/class_7628;field_39876:[Lnet/minecraft/class_7628;
      named field_39876 Lnet/minecraft/class_7628;field_39876:[Lnet/minecraft/class_7628;
    • field_39877

      private final int field_39877
      Mappings:
      Namespace Name Mixin selector
      official e Levb;e:I
      intermediary field_39877 Lnet/minecraft/class_7628;field_39877:I
      named field_39877 Lnet/minecraft/class_7628;field_39877:I
    • field_39878

      private final String field_39878
      Mappings:
      Namespace Name Mixin selector
      official f Levb;f:Ljava/lang/String;
      intermediary field_39878 Lnet/minecraft/class_7628;field_39878:Ljava/lang/String;
      named field_39878 Lnet/minecraft/class_7628;field_39878:Ljava/lang/String;
  • Constructor Details

    • class_7628

      private class_7628(int int2, String string)
  • Method Details

    • values

      public static class_7628[] 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_7628 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
    • getTranslationKey

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

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

      public static class_7628 method_44952(int int2)
      Mappings:
      Namespace Name Mixin selector
      official a Levb;a(I)Levb;
      intermediary method_44952 Lnet/minecraft/class_7628;method_44952(I)Lnet/minecraft/class_7628;
      named method_44952 Lnet/minecraft/class_7628;method_44952(I)Lnet/minecraft/class_7628;