Package net.minecraft.block.enums
Enum Class DoubleBlockHalf
- All Implemented Interfaces:
Serializable
,Comparable<DoubleBlockHalf>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official dcn
intermediary net/minecraft/class_2756
named net/minecraft/block/enums/DoubleBlockHalf
-
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
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.toString()
static DoubleBlockHalf
Returns the enum constant of this class with the specified name.static DoubleBlockHalf[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UPPER
- Mappings:
Namespace Name Mixin selector official a
Ldcn;a:Ldcn;
intermediary field_12609
Lnet/minecraft/class_2756;field_12609:Lnet/minecraft/class_2756;
named UPPER
Lnet/minecraft/block/enums/DoubleBlockHalf;UPPER:Lnet/minecraft/block/enums/DoubleBlockHalf;
-
LOWER
- Mappings:
Namespace Name Mixin selector official b
Ldcn;b:Ldcn;
intermediary field_12607
Lnet/minecraft/class_2756;field_12607:Lnet/minecraft/class_2756;
named LOWER
Lnet/minecraft/block/enums/DoubleBlockHalf;LOWER:Lnet/minecraft/block/enums/DoubleBlockHalf;
-
-
Constructor Details
-
DoubleBlockHalf
private DoubleBlockHalf()
-
-
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
-
toString
- Overrides:
toString
in classEnum<DoubleBlockHalf>
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laqa;c()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;
-