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 cihintermediary net/minecraft/class_2742named 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 aLcih;a:Lcih;intermediary field_12560Lnet/minecraft/class_2742;field_12560:Lnet/minecraft/class_2742;named HEADLnet/minecraft/block/enums/BedPart;HEAD:Lnet/minecraft/block/enums/BedPart;
-
FOOT
- Mappings:
Namespace Name Mixin selector official bLcih;b:Lcih;intermediary field_12557Lnet/minecraft/class_2742;field_12557:Lnet/minecraft/class_2742;named FOOTLnet/minecraft/block/enums/BedPart;FOOT:Lnet/minecraft/block/enums/BedPart;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLcih;c:Ljava/lang/String;intermediary field_12559Lnet/minecraft/class_2742;field_12559:Ljava/lang/String;named nameLnet/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;)Vintermediary <init>Lnet/minecraft/class_2742;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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:
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;
-