Package net.minecraft.block.enums
Enum Class WallMountLocation
- All Implemented Interfaces:
Serializable
,Comparable<WallMountLocation>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official dcc
intermediary net/minecraft/class_2738
named net/minecraft/block/enums/WallMountLocation
-
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.static WallMountLocation
Returns the enum constant of this class with the specified name.static WallMountLocation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FLOOR
- Mappings:
Namespace Name Mixin selector official a
Ldcc;a:Ldcc;
intermediary field_12475
Lnet/minecraft/class_2738;field_12475:Lnet/minecraft/class_2738;
named FLOOR
Lnet/minecraft/block/enums/WallMountLocation;FLOOR:Lnet/minecraft/block/enums/WallMountLocation;
-
WALL
- Mappings:
Namespace Name Mixin selector official b
Ldcc;b:Ldcc;
intermediary field_12471
Lnet/minecraft/class_2738;field_12471:Lnet/minecraft/class_2738;
named WALL
Lnet/minecraft/block/enums/WallMountLocation;WALL:Lnet/minecraft/block/enums/WallMountLocation;
-
CEILING
- Mappings:
Namespace Name Mixin selector official c
Ldcc;c:Ldcc;
intermediary field_12473
Lnet/minecraft/class_2738;field_12473:Lnet/minecraft/class_2738;
named CEILING
Lnet/minecraft/block/enums/WallMountLocation;CEILING:Lnet/minecraft/block/enums/WallMountLocation;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official d
Ldcc;d:Ljava/lang/String;
intermediary field_12472
Lnet/minecraft/class_2738;field_12472:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/WallMountLocation;name:Ljava/lang/String;
-
-
Constructor Details
-
WallMountLocation
- Mappings:
Namespace Name Mixin selector official <init>
Ldcc;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2738;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <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 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
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
Laqa;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;
-