Enum Class class_5018

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

@Environment(CLIENT) public enum class_5018 extends Enum<class_5018>
Mappings:
Namespace Name
official bev
intermediary net/minecraft/class_5018
named net/minecraft/client/class_5018
  • Enum Constant Details

    • WARNING

      public static final class_5018 WARNING
      Mappings:
      Namespace Name Mixin selector
      official a Lbev;a:Lbev;
      intermediary field_22645 Lnet/minecraft/class_5018;field_22645:Lnet/minecraft/class_5018;
      named WARNING Lnet/minecraft/client/class_5018;WARNING:Lnet/minecraft/client/class_5018;
    • INFO

      public static final class_5018 INFO
      Mappings:
      Namespace Name Mixin selector
      official b Lbev;b:Lbev;
      intermediary field_22646 Lnet/minecraft/class_5018;field_22646:Lnet/minecraft/class_5018;
      named INFO Lnet/minecraft/client/class_5018;INFO:Lnet/minecraft/client/class_5018;
  • Field Details

    • field_22647

      public final int field_22647
      Mappings:
      Namespace Name Mixin selector
      official c Lbev;c:I
      intermediary field_22647 Lnet/minecraft/class_5018;field_22647:I
      named field_22647 Lnet/minecraft/client/class_5018;field_22647:I
    • field_22648

      public final String field_22648
      Mappings:
      Namespace Name Mixin selector
      official d Lbev;d:Ljava/lang/String;
      intermediary field_22648 Lnet/minecraft/class_5018;field_22648:Ljava/lang/String;
      named field_22648 Lnet/minecraft/client/class_5018;field_22648:Ljava/lang/String;
  • Constructor Details

    • class_5018

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

    • values

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