Package net.minecraft.block.enums
Enum StairShape
- All Implemented Interfaces:
Serializable,Comparable<StairShape>,java.lang.constant.Constable,StringIdentifiable
public enum StairShape extends Enum<StairShape> implements StringIdentifiable
- Mappings:
Namespace Name official cjbintermediary net/minecraft/class_2778named net/minecraft/block/enums/StairShape
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description INNER_LEFTINNER_RIGHTOUTER_LEFTOUTER_RIGHTSTRAIGHT -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateStairShape(String name) -
Method Summary
Modifier and Type Method Description StringasString()StringtoString()static StairShapevalueOf(String name)Returns the enum constant of this type with the specified name.static StairShape[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
STRAIGHT
- Mappings:
Namespace Name Mixin selector official aLcjb;a:Lcjb;intermediary field_12710Lnet/minecraft/class_2778;field_12710:Lnet/minecraft/class_2778;named STRAIGHTLnet/minecraft/block/enums/StairShape;STRAIGHT:Lnet/minecraft/block/enums/StairShape;
-
INNER_LEFT
- Mappings:
Namespace Name Mixin selector official bLcjb;b:Lcjb;intermediary field_12712Lnet/minecraft/class_2778;field_12712:Lnet/minecraft/class_2778;named INNER_LEFTLnet/minecraft/block/enums/StairShape;INNER_LEFT:Lnet/minecraft/block/enums/StairShape;
-
INNER_RIGHT
- Mappings:
Namespace Name Mixin selector official cLcjb;c:Lcjb;intermediary field_12713Lnet/minecraft/class_2778;field_12713:Lnet/minecraft/class_2778;named INNER_RIGHTLnet/minecraft/block/enums/StairShape;INNER_RIGHT:Lnet/minecraft/block/enums/StairShape;
-
OUTER_LEFT
- Mappings:
Namespace Name Mixin selector official dLcjb;d:Lcjb;intermediary field_12708Lnet/minecraft/class_2778;field_12708:Lnet/minecraft/class_2778;named OUTER_LEFTLnet/minecraft/block/enums/StairShape;OUTER_LEFT:Lnet/minecraft/block/enums/StairShape;
-
OUTER_RIGHT
- Mappings:
Namespace Name Mixin selector official eLcjb;e:Lcjb;intermediary field_12709Lnet/minecraft/class_2778;field_12709:Lnet/minecraft/class_2778;named OUTER_RIGHTLnet/minecraft/block/enums/StairShape;OUTER_RIGHT:Lnet/minecraft/block/enums/StairShape;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official fLcjb;f:Ljava/lang/String;intermediary field_12714Lnet/minecraft/class_2778;field_12714:Ljava/lang/String;named nameLnet/minecraft/block/enums/StairShape;name:Ljava/lang/String;
-
-
Constructor Details
-
StairShape
- Mappings:
Namespace Name Mixin selector official <init>Lcjb;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2778;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<StairShape>- Mappings:
Namespace Name Mixin selector official toStringLcjb;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2778;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/StairShape;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLagi;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-