Enum Class class_5070

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

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

    • CLOSED

      public static final class_5070 CLOSED
      Mappings:
      Namespace Name Mixin selector
      official a Lbtt;a:Lbtt;
      intermediary field_22869 Lnet/minecraft/class_5070;field_22869:Lnet/minecraft/class_5070;
      named CLOSED Lnet/minecraft/client/class_5070;CLOSED:Lnet/minecraft/client/class_5070;
    • OPEN

      public static final class_5070 OPEN
      Mappings:
      Namespace Name Mixin selector
      official b Lbtt;b:Lbtt;
      intermediary field_22870 Lnet/minecraft/class_5070;field_22870:Lnet/minecraft/class_5070;
      named OPEN Lnet/minecraft/client/class_5070;OPEN:Lnet/minecraft/client/class_5070;
    • ADMIN_LOCK

      public static final class_5070 ADMIN_LOCK
      Mappings:
      Namespace Name Mixin selector
      official c Lbtt;c:Lbtt;
      intermediary field_22871 Lnet/minecraft/class_5070;field_22871:Lnet/minecraft/class_5070;
      named ADMIN_LOCK Lnet/minecraft/client/class_5070;ADMIN_LOCK:Lnet/minecraft/client/class_5070;
  • Constructor Details

    • class_5070

      private class_5070()
  • Method Details

    • values

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