Enum Class class_32

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

public enum class_32 extends Enum<class_32>
Mappings:
Namespace Name
official bml
intermediary net/minecraft/class_32
named net/minecraft/util/class_32
  • Enum Constant Details

    • OPENING

      public static final class_32 OPENING
      Mappings:
      Namespace Name Mixin selector
      official a Lbml;a:Lbml;
      intermediary field_58 Lnet/minecraft/class_32;field_58:Lnet/minecraft/class_32;
      named OPENING Lnet/minecraft/util/class_32;OPENING:Lnet/minecraft/util/class_32;
    • WOOD_DOOR

      public static final class_32 WOOD_DOOR
      Mappings:
      Namespace Name Mixin selector
      official b Lbml;b:Lbml;
      intermediary field_59 Lnet/minecraft/class_32;field_59:Lnet/minecraft/class_32;
      named WOOD_DOOR Lnet/minecraft/util/class_32;WOOD_DOOR:Lnet/minecraft/util/class_32;
    • GRATES

      public static final class_32 GRATES
      Mappings:
      Namespace Name Mixin selector
      official c Lbml;c:Lbml;
      intermediary field_60 Lnet/minecraft/class_32;field_60:Lnet/minecraft/class_32;
      named GRATES Lnet/minecraft/util/class_32;GRATES:Lnet/minecraft/util/class_32;
    • IRON_DOOR

      public static final class_32 IRON_DOOR
      Mappings:
      Namespace Name Mixin selector
      official d Lbml;d:Lbml;
      intermediary field_61 Lnet/minecraft/class_32;field_61:Lnet/minecraft/class_32;
      named IRON_DOOR Lnet/minecraft/util/class_32;IRON_DOOR:Lnet/minecraft/util/class_32;
  • Constructor Details

    • class_32

      private class_32()
  • Method Details

    • values

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