Package net.minecraft.block.enums
Enum WallShape
- All Implemented Interfaces:
Serializable,Comparable<WallShape>,java.lang.constant.Constable,StringIdentifiable
public enum WallShape extends Enum<WallShape> implements StringIdentifiable
- Mappings:
Namespace Name official cjeintermediary net/minecraft/class_4778named net/minecraft/block/enums/WallShape
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLcje;a:Lcje;intermediary field_22178Lnet/minecraft/class_4778;field_22178:Lnet/minecraft/class_4778;named NONELnet/minecraft/block/enums/WallShape;NONE:Lnet/minecraft/block/enums/WallShape;
-
LOW
- Mappings:
Namespace Name Mixin selector official bLcje;b:Lcje;intermediary field_22179Lnet/minecraft/class_4778;field_22179:Lnet/minecraft/class_4778;named LOWLnet/minecraft/block/enums/WallShape;LOW:Lnet/minecraft/block/enums/WallShape;
-
TALL
- Mappings:
Namespace Name Mixin selector official cLcje;c:Lcje;intermediary field_22180Lnet/minecraft/class_4778;field_22180:Lnet/minecraft/class_4778;named TALLLnet/minecraft/block/enums/WallShape;TALL:Lnet/minecraft/block/enums/WallShape;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLcje;d:Ljava/lang/String;intermediary field_22181Lnet/minecraft/class_4778;field_22181:Ljava/lang/String;named nameLnet/minecraft/block/enums/WallShape;name:Ljava/lang/String;
-
-
Constructor Details
-
WallShape
- Mappings:
Namespace Name Mixin selector official <init>Lcje;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4778;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/WallShape;<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
-
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;
-