Package net.minecraft.block.enums
Enum Class Attachment
- All Implemented Interfaces:
Serializable,Comparable<Attachment>,Constable,StringIdentifiable
- Mappings:
Namespace Name official cueintermediary net/minecraft/class_3867named net/minecraft/block/enums/Attachment
-
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
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()static AttachmentReturns the enum constant of this class with the specified name.static Attachment[]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 aLcue;a:Lcue;intermediary field_17098Lnet/minecraft/class_3867;field_17098:Lnet/minecraft/class_3867;named FLOORLnet/minecraft/block/enums/Attachment;FLOOR:Lnet/minecraft/block/enums/Attachment;
-
CEILING
- Mappings:
Namespace Name Mixin selector official bLcue;b:Lcue;intermediary field_17099Lnet/minecraft/class_3867;field_17099:Lnet/minecraft/class_3867;named CEILINGLnet/minecraft/block/enums/Attachment;CEILING:Lnet/minecraft/block/enums/Attachment;
-
SINGLE_WALL
- Mappings:
Namespace Name Mixin selector official cLcue;c:Lcue;intermediary field_17100Lnet/minecraft/class_3867;field_17100:Lnet/minecraft/class_3867;named SINGLE_WALLLnet/minecraft/block/enums/Attachment;SINGLE_WALL:Lnet/minecraft/block/enums/Attachment;
-
DOUBLE_WALL
- Mappings:
Namespace Name Mixin selector official dLcue;d:Lcue;intermediary field_17101Lnet/minecraft/class_3867;field_17101:Lnet/minecraft/class_3867;named DOUBLE_WALLLnet/minecraft/block/enums/Attachment;DOUBLE_WALL:Lnet/minecraft/block/enums/Attachment;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official eLcue;e:Ljava/lang/String;intermediary field_17102Lnet/minecraft/class_3867;field_17102:Ljava/lang/String;named nameLnet/minecraft/block/enums/Attachment;name:Ljava/lang/String;
-
-
Constructor Details
-
Attachment
- Mappings:
Namespace Name Mixin selector official <init>Lcue;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3867;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/Attachment;<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
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLall;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-