Package net.minecraft.block.enums
Enum ChestType
- All Implemented Interfaces:
Serializable
,Comparable<ChestType>
,java.lang.constant.Constable
,StringIdentifiable
public enum ChestType extends Enum<ChestType> implements StringIdentifiable
- Mappings:
Namespace Name official cil
intermediary net/minecraft/class_2745
named net/minecraft/block/enums/ChestType
-
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
Modifier and Type Method Description String
asString()
ChestType
getOpposite()
static ChestType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ChestType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SINGLE
- Mappings:
Namespace Name Mixin selector official a
Lcil;a:Lcil;
intermediary field_12569
Lnet/minecraft/class_2745;field_12569:Lnet/minecraft/class_2745;
named SINGLE
Lnet/minecraft/block/enums/ChestType;SINGLE:Lnet/minecraft/block/enums/ChestType;
-
LEFT
- Mappings:
Namespace Name Mixin selector official b
Lcil;b:Lcil;
intermediary field_12574
Lnet/minecraft/class_2745;field_12574:Lnet/minecraft/class_2745;
named LEFT
Lnet/minecraft/block/enums/ChestType;LEFT:Lnet/minecraft/block/enums/ChestType;
-
RIGHT
- Mappings:
Namespace Name Mixin selector official c
Lcil;c:Lcil;
intermediary field_12571
Lnet/minecraft/class_2745;field_12571:Lnet/minecraft/class_2745;
named RIGHT
Lnet/minecraft/block/enums/ChestType;RIGHT:Lnet/minecraft/block/enums/ChestType;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official d
Lcil;d:[Lcil;
intermediary field_12570
Lnet/minecraft/class_2745;field_12570:[Lnet/minecraft/class_2745;
named VALUES
Lnet/minecraft/block/enums/ChestType;VALUES:[Lnet/minecraft/block/enums/ChestType;
-
name
- Mappings:
Namespace Name Mixin selector official e
Lcil;e:Ljava/lang/String;
intermediary field_12572
Lnet/minecraft/class_2745;field_12572:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/ChestType;name:Ljava/lang/String;
-
opposite
private final int opposite- Mappings:
Namespace Name Mixin selector official f
Lcil;f:I
intermediary field_12568
Lnet/minecraft/class_2745;field_12568:I
named opposite
Lnet/minecraft/block/enums/ChestType;opposite:I
-
-
Constructor Details
-
ChestType
- Mappings:
Namespace Name Mixin selector official <init>
Lcil;<init>(Ljava/lang/String;ILjava/lang/String;I)V
intermediary <init>
Lnet/minecraft/class_2745;<init>(Ljava/lang/String;ILjava/lang/String;I)V
named <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 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
-
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;
-
getOpposite
- Mappings:
Namespace Name Mixin selector official b
Lcil;b()Lcil;
intermediary method_11824
Lnet/minecraft/class_2745;method_11824()Lnet/minecraft/class_2745;
named getOpposite
Lnet/minecraft/block/enums/ChestType;getOpposite()Lnet/minecraft/block/enums/ChestType;
-