Package net.minecraft.block.enums
Enum BedPart
- All Implemented Interfaces:
Serializable
,Comparable<BedPart>
,java.lang.constant.Constable
,StringIdentifiable
public enum BedPart extends Enum<BedPart> implements StringIdentifiable
- Mappings:
Namespace Name official cih
intermediary net/minecraft/class_2742
named net/minecraft/block/enums/BedPart
-
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
-
HEAD
- Mappings:
Namespace Name Mixin selector official a
Lcih;a:Lcih;
intermediary field_12560
Lnet/minecraft/class_2742;field_12560:Lnet/minecraft/class_2742;
named HEAD
Lnet/minecraft/block/enums/BedPart;HEAD:Lnet/minecraft/block/enums/BedPart;
-
FOOT
- Mappings:
Namespace Name Mixin selector official b
Lcih;b:Lcih;
intermediary field_12557
Lnet/minecraft/class_2742;field_12557:Lnet/minecraft/class_2742;
named FOOT
Lnet/minecraft/block/enums/BedPart;FOOT:Lnet/minecraft/block/enums/BedPart;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official c
Lcih;c:Ljava/lang/String;
intermediary field_12559
Lnet/minecraft/class_2742;field_12559:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/BedPart;name:Ljava/lang/String;
-
-
Constructor Details
-
BedPart
- Mappings:
Namespace Name Mixin selector official <init>
Lcih;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2742;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/enums/BedPart;<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:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official a
Lagi;a()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;
-