Package net.minecraft.block.enums
Enum Class DoubleBlockHalf
- All Implemented Interfaces:
Serializable
,Comparable<DoubleBlockHalf>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official dkd
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
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
Ldkd;a:Ldkd;
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
Ldkd;b:Ldkd;
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;
-
-
Field Details
-
oppositeDirection
- Mappings:
Namespace Name Mixin selector official c
Ldkd;c:Lic;
intermediary field_47101
Lnet/minecraft/class_2756;field_47101:Lnet/minecraft/class_2350;
named oppositeDirection
Lnet/minecraft/block/enums/DoubleBlockHalf;oppositeDirection:Lnet/minecraft/util/math/Direction;
-
-
Constructor Details
-
DoubleBlockHalf
- Mappings:
Namespace Name Mixin selector official <init>
Ldkd;<init>(Ljava/lang/String;ILic;)V
intermediary <init>
Lnet/minecraft/class_2756;<init>(Ljava/lang/String;ILnet/minecraft/class_2350;)V
named <init>
Lnet/minecraft/block/enums/DoubleBlockHalf;<init>(Ljava/lang/String;ILnet/minecraft/util/math/Direction;)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
-
getOppositeDirection
- Mappings:
Namespace Name Mixin selector official a
Ldkd;a()Lic;
intermediary method_54779
Lnet/minecraft/class_2756;method_54779()Lnet/minecraft/class_2350;
named getOppositeDirection
Lnet/minecraft/block/enums/DoubleBlockHalf;getOppositeDirection()Lnet/minecraft/util/math/Direction;
-
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
Lavk;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;
-
getOtherHalf
- Mappings:
Namespace Name Mixin selector official b
Ldkd;b()Ldkd;
intermediary method_54780
Lnet/minecraft/class_2756;method_54780()Lnet/minecraft/class_2756;
named getOtherHalf
Lnet/minecraft/block/enums/DoubleBlockHalf;getOtherHalf()Lnet/minecraft/block/enums/DoubleBlockHalf;
-