Package net.minecraft.block.enums
Enum BambooLeaves
- All Implemented Interfaces:
Serializable,Comparable<BambooLeaves>,java.lang.constant.Constable,StringIdentifiable
- Mappings:
Namespace Name official ckkintermediary net/minecraft/class_2737named net/minecraft/block/enums/BambooLeaves
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()toString()static BambooLeavesReturns the enum constant of this type with the specified name.static BambooLeaves[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official aLckk;a:Lckk;intermediary field_12469Lnet/minecraft/class_2737;field_12469:Lnet/minecraft/class_2737;named NONELnet/minecraft/block/enums/BambooLeaves;NONE:Lnet/minecraft/block/enums/BambooLeaves;
-
SMALL
- Mappings:
Namespace Name Mixin selector official bLckk;b:Lckk;intermediary field_12466Lnet/minecraft/class_2737;field_12466:Lnet/minecraft/class_2737;named SMALLLnet/minecraft/block/enums/BambooLeaves;SMALL:Lnet/minecraft/block/enums/BambooLeaves;
-
LARGE
- Mappings:
Namespace Name Mixin selector official cLckk;c:Lckk;intermediary field_12468Lnet/minecraft/class_2737;field_12468:Lnet/minecraft/class_2737;named LARGELnet/minecraft/block/enums/BambooLeaves;LARGE:Lnet/minecraft/block/enums/BambooLeaves;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLckk;d:Ljava/lang/String;intermediary field_12467Lnet/minecraft/class_2737;field_12467:Ljava/lang/String;named nameLnet/minecraft/block/enums/BambooLeaves;name:Ljava/lang/String;
-
-
Constructor Details
-
BambooLeaves
- Mappings:
Namespace Name Mixin selector official <init>Lckk;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_2737;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/BambooLeaves;<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
- Overrides:
toStringin classEnum<BambooLeaves>- Mappings:
Namespace Name Mixin selector official toStringLckk;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_2737;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/BambooLeaves;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;
-