Enum Class PurpurSlab.class_2732

java.lang.Object
java.lang.Enum<PurpurSlab.class_2732>
net.minecraft.block.PurpurSlab.class_2732
All Implemented Interfaces:
Serializable, Comparable<PurpurSlab.class_2732>, Constable, StringIdentifiable
Enclosing class:
PurpurSlab

public static enum PurpurSlab.class_2732 extends Enum<PurpurSlab.class_2732> implements StringIdentifiable
Mappings:
Namespace Name
official apv$c
intermediary net/minecraft/class_2729$class_2732
named net/minecraft/block/PurpurSlab$class_2732
  • Enum Constant Details

    • field_12724

      public static final PurpurSlab.class_2732 field_12724
      Mappings:
      Namespace Name Mixin selector
      official a Lapv$c;a:Lapv$c;
      intermediary field_12724 Lnet/minecraft/class_2729$class_2732;field_12724:Lnet/minecraft/class_2729$class_2732;
      named field_12724 Lnet/minecraft/block/PurpurSlab$class_2732;field_12724:Lnet/minecraft/block/PurpurSlab$class_2732;
  • Constructor Details

    • class_2732

      private class_2732()
  • Method Details

    • values

      public static PurpurSlab.class_2732[] 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 PurpurSlab.class_2732 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
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official m Lox;m()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;