Package net.minecraft.block.enums
Enum Class ChestType
- All Implemented Interfaces:
Serializable,Comparable<ChestType>,Constable,StringIdentifiable
- Mappings:
Namespace Name official cvhintermediary net/minecraft/class_2745named net/minecraft/block/enums/ChestType
-
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
-
Enum Constant Details
-
SINGLE
- Mappings:
Namespace Name Mixin selector official aLcvh;a:Lcvh;intermediary field_12569Lnet/minecraft/class_2745;field_12569:Lnet/minecraft/class_2745;named SINGLELnet/minecraft/block/enums/ChestType;SINGLE:Lnet/minecraft/block/enums/ChestType;
-
LEFT
- Mappings:
Namespace Name Mixin selector official bLcvh;b:Lcvh;intermediary field_12574Lnet/minecraft/class_2745;field_12574:Lnet/minecraft/class_2745;named LEFTLnet/minecraft/block/enums/ChestType;LEFT:Lnet/minecraft/block/enums/ChestType;
-
RIGHT
- Mappings:
Namespace Name Mixin selector official cLcvh;c:Lcvh;intermediary field_12571Lnet/minecraft/class_2745;field_12571:Lnet/minecraft/class_2745;named RIGHTLnet/minecraft/block/enums/ChestType;RIGHT:Lnet/minecraft/block/enums/ChestType;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official dLcvh;d:[Lcvh;intermediary field_12570Lnet/minecraft/class_2745;field_12570:[Lnet/minecraft/class_2745;named VALUESLnet/minecraft/block/enums/ChestType;VALUES:[Lnet/minecraft/block/enums/ChestType;
-
name
- Mappings:
Namespace Name Mixin selector official eLcvh;e:Ljava/lang/String;intermediary field_12572Lnet/minecraft/class_2745;field_12572:Ljava/lang/String;named nameLnet/minecraft/block/enums/ChestType;name:Ljava/lang/String;
-
opposite
private final int opposite- Mappings:
Namespace Name Mixin selector official fLcvh;f:Iintermediary field_12568Lnet/minecraft/class_2745;field_12568:Inamed oppositeLnet/minecraft/block/enums/ChestType;opposite:I
-
-
Constructor Details
-
ChestType
- Mappings:
Namespace Name Mixin selector official <init>Lcvh;<init>(Ljava/lang/String;ILjava/lang/String;I)Vintermediary <init>Lnet/minecraft/class_2745;<init>(Ljava/lang/String;ILjava/lang/String;I)Vnamed <init>Lnet/minecraft/block/enums/ChestType;<init>(Ljava/lang/String;ILjava/lang/String;I)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 cLamd;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
getOpposite
- Mappings:
Namespace Name Mixin selector official aLcvh;a()Lcvh;intermediary method_11824Lnet/minecraft/class_2745;method_11824()Lnet/minecraft/class_2745;named getOppositeLnet/minecraft/block/enums/ChestType;getOpposite()Lnet/minecraft/block/enums/ChestType;
-