Package net.minecraft.block.enums
Enum DoubleBlockHalf
- All Implemented Interfaces:
Serializable,Comparable<DoubleBlockHalf>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official cktintermediary net/minecraft/class_2756named net/minecraft/block/enums/DoubleBlockHalf
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()toString()static DoubleBlockHalfReturns the enum constant of this type with the specified name.static DoubleBlockHalf[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UPPER
- Mappings:
Namespace Name Mixin selector official aLckt;a:Lckt;intermediary field_12609Lnet/minecraft/class_2756;field_12609:Lnet/minecraft/class_2756;named UPPERLnet/minecraft/block/enums/DoubleBlockHalf;UPPER:Lnet/minecraft/block/enums/DoubleBlockHalf;
-
LOWER
- Mappings:
Namespace Name Mixin selector official bLckt;b:Lckt;intermediary field_12607Lnet/minecraft/class_2756;field_12607:Lnet/minecraft/class_2756;named LOWERLnet/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 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
- Overrides:
toStringin classEnum<DoubleBlockHalf>- Mappings:
Namespace Name Mixin selector official toStringLckt;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2756;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/DoubleBlockHalf;toString()Ljava/lang/String;
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official cLagz;c()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-