Package net.minecraft.block.enums
Enum Class StairShape
- All Implemented Interfaces:
Serializable
,Comparable<StairShape>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official ddk
intermediary net/minecraft/class_2778
named net/minecraft/block/enums/StairShape
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.toString()
static StairShape
Returns the enum constant of this class with the specified name.static StairShape[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STRAIGHT
- Mappings:
Namespace Name Mixin selector official a
Lddk;a:Lddk;
intermediary field_12710
Lnet/minecraft/class_2778;field_12710:Lnet/minecraft/class_2778;
named STRAIGHT
Lnet/minecraft/block/enums/StairShape;STRAIGHT:Lnet/minecraft/block/enums/StairShape;
-
INNER_LEFT
- Mappings:
Namespace Name Mixin selector official b
Lddk;b:Lddk;
intermediary field_12712
Lnet/minecraft/class_2778;field_12712:Lnet/minecraft/class_2778;
named INNER_LEFT
Lnet/minecraft/block/enums/StairShape;INNER_LEFT:Lnet/minecraft/block/enums/StairShape;
-
INNER_RIGHT
- Mappings:
Namespace Name Mixin selector official c
Lddk;c:Lddk;
intermediary field_12713
Lnet/minecraft/class_2778;field_12713:Lnet/minecraft/class_2778;
named INNER_RIGHT
Lnet/minecraft/block/enums/StairShape;INNER_RIGHT:Lnet/minecraft/block/enums/StairShape;
-
OUTER_LEFT
- Mappings:
Namespace Name Mixin selector official d
Lddk;d:Lddk;
intermediary field_12708
Lnet/minecraft/class_2778;field_12708:Lnet/minecraft/class_2778;
named OUTER_LEFT
Lnet/minecraft/block/enums/StairShape;OUTER_LEFT:Lnet/minecraft/block/enums/StairShape;
-
OUTER_RIGHT
- Mappings:
Namespace Name Mixin selector official e
Lddk;e:Lddk;
intermediary field_12709
Lnet/minecraft/class_2778;field_12709:Lnet/minecraft/class_2778;
named OUTER_RIGHT
Lnet/minecraft/block/enums/StairShape;OUTER_RIGHT:Lnet/minecraft/block/enums/StairShape;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official f
Lddk;f:Ljava/lang/String;
intermediary field_12714
Lnet/minecraft/class_2778;field_12714:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/StairShape;name:Ljava/lang/String;
-
-
Constructor Details
-
StairShape
- Mappings:
Namespace Name Mixin selector official <init>
Lddk;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2778;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/enums/StairShape;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
toString
- Overrides:
toString
in classEnum<StairShape>
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Lapr;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-