Package net.minecraft.block.enums
Enum BlockHalf
- All Implemented Interfaces:
Serializable,Comparable<BlockHalf>,java.lang.constant.Constable,StringIdentifiable
public enum BlockHalf extends Enum<BlockHalf> implements StringIdentifiable
- Mappings:
Namespace Name official cisintermediary net/minecraft/class_2760named net/minecraft/block/enums/BlockHalf
-
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
-
Enum Constant Details
-
TOP
- Mappings:
Namespace Name Mixin selector official aLcis;a:Lcis;intermediary field_12619Lnet/minecraft/class_2760;field_12619:Lnet/minecraft/class_2760;named TOPLnet/minecraft/block/enums/BlockHalf;TOP:Lnet/minecraft/block/enums/BlockHalf;
-
BOTTOM
- Mappings:
Namespace Name Mixin selector official bLcis;b:Lcis;intermediary field_12617Lnet/minecraft/class_2760;field_12617:Lnet/minecraft/class_2760;named BOTTOMLnet/minecraft/block/enums/BlockHalf;BOTTOM:Lnet/minecraft/block/enums/BlockHalf;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLcis;c:Ljava/lang/String;intermediary field_12616Lnet/minecraft/class_2760;field_12616:Ljava/lang/String;named nameLnet/minecraft/block/enums/BlockHalf;name:Ljava/lang/String;
-
-
Constructor Details
-
BlockHalf
- Mappings:
Namespace Name Mixin selector official <init>Lcis;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2760;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/BlockHalf;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
toString
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLagi;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-