Package net.minecraft.block.enums
Enum SlabType
- All Implemented Interfaces:
Serializable,Comparable<SlabType>,java.lang.constant.Constable,StringIdentifiable
public enum SlabType extends Enum<SlabType> implements StringIdentifiable
- Mappings:
Namespace Name official cjaintermediary net/minecraft/class_2771named net/minecraft/block/enums/SlabType
-
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 aLcja;a:Lcja;intermediary field_12679Lnet/minecraft/class_2771;field_12679:Lnet/minecraft/class_2771;named TOPLnet/minecraft/block/enums/SlabType;TOP:Lnet/minecraft/block/enums/SlabType;
-
BOTTOM
- Mappings:
Namespace Name Mixin selector official bLcja;b:Lcja;intermediary field_12681Lnet/minecraft/class_2771;field_12681:Lnet/minecraft/class_2771;named BOTTOMLnet/minecraft/block/enums/SlabType;BOTTOM:Lnet/minecraft/block/enums/SlabType;
-
DOUBLE
- Mappings:
Namespace Name Mixin selector official cLcja;c:Lcja;intermediary field_12682Lnet/minecraft/class_2771;field_12682:Lnet/minecraft/class_2771;named DOUBLELnet/minecraft/block/enums/SlabType;DOUBLE:Lnet/minecraft/block/enums/SlabType;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLcja;d:Ljava/lang/String;intermediary field_12678Lnet/minecraft/class_2771;field_12678:Ljava/lang/String;named nameLnet/minecraft/block/enums/SlabType;name:Ljava/lang/String;
-
-
Constructor Details
-
SlabType
- Mappings:
Namespace Name Mixin selector official <init>Lcja;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2771;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/SlabType;<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;
-