Package net.minecraft.block.enums
Enum Class DoubleBlockHalf
- All Implemented Interfaces:
- Serializable,- Comparable<DoubleBlockHalf>,- Constable,- StringIdentifiable
- Mappings:
- Namespace - Name - official - dcx- intermediary - net/minecraft/class_2756- named - net/minecraft/block/enums/DoubleBlockHalf
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiableStringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields inherited from interface net.minecraft.util.StringIdentifiablefield_38377
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.toString()static DoubleBlockHalfReturns 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- Ldcx;a:Ldcx;- 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- Ldcx;b:Ldcx;- 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- 
DoubleBlockHalfprivate DoubleBlockHalf()
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
toString- Overrides:
- toStringin class- Enum<DoubleBlockHalf>
 
- 
asStringReturns the unique string representation of the enum, used for serialization.- Specified by:
- asStringin interface- StringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lapr;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;
 
 
-