Package net.minecraft.block.enums
Enum WallMountLocation
- All Implemented Interfaces:
Serializable,Comparable<WallMountLocation>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official ckjintermediary net/minecraft/class_2738named net/minecraft/block/enums/WallMountLocation
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()static WallMountLocationReturns the enum constant of this type with the specified name.static WallMountLocation[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
FLOOR
- Mappings:
Namespace Name Mixin selector official aLckj;a:Lckj;intermediary field_12475Lnet/minecraft/class_2738;field_12475:Lnet/minecraft/class_2738;named FLOORLnet/minecraft/block/enums/WallMountLocation;FLOOR:Lnet/minecraft/block/enums/WallMountLocation;
-
WALL
- Mappings:
Namespace Name Mixin selector official bLckj;b:Lckj;intermediary field_12471Lnet/minecraft/class_2738;field_12471:Lnet/minecraft/class_2738;named WALLLnet/minecraft/block/enums/WallMountLocation;WALL:Lnet/minecraft/block/enums/WallMountLocation;
-
CEILING
- Mappings:
Namespace Name Mixin selector official cLckj;c:Lckj;intermediary field_12473Lnet/minecraft/class_2738;field_12473:Lnet/minecraft/class_2738;named CEILINGLnet/minecraft/block/enums/WallMountLocation;CEILING:Lnet/minecraft/block/enums/WallMountLocation;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLckj;d:Ljava/lang/String;intermediary field_12472Lnet/minecraft/class_2738;field_12472:Ljava/lang/String;named nameLnet/minecraft/block/enums/WallMountLocation;name:Ljava/lang/String;
-
-
Constructor Details
-
WallMountLocation
- Mappings:
Namespace Name Mixin selector official <init>Lckj;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2738;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/WallMountLocation;<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
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-