Package net.minecraft.block
Enum Class 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$cintermediary net/minecraft/class_2729$class_2732named net/minecraft/block/PurpurSlab$class_2732
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()static PurpurSlab.class_2732Returns the enum constant of this class with the specified name.static PurpurSlab.class_2732[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
field_12724
- Mappings:
Namespace Name Mixin selector official aLapv$c;a:Lapv$c;intermediary field_12724Lnet/minecraft/class_2729$class_2732;field_12724:Lnet/minecraft/class_2729$class_2732;named field_12724Lnet/minecraft/block/PurpurSlab$class_2732;field_12724:Lnet/minecraft/block/PurpurSlab$class_2732;
-
-
Constructor Details
-
class_2732
private class_2732()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official mLox;m()Ljava/lang/String;intermediary method_10853Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-