Package net.minecraft.block.enums
Enum Class BambooLeaves
- All Implemented Interfaces:
Serializable
,Comparable<BambooLeaves>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official cwb
intermediary net/minecraft/class_2737
named net/minecraft/block/enums/BambooLeaves
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
toString()
static BambooLeaves
Returns the enum constant of this class with the specified name.static BambooLeaves[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lcwb;a:Lcwb;
intermediary field_12469
Lnet/minecraft/class_2737;field_12469:Lnet/minecraft/class_2737;
named NONE
Lnet/minecraft/block/enums/BambooLeaves;NONE:Lnet/minecraft/block/enums/BambooLeaves;
-
SMALL
- Mappings:
Namespace Name Mixin selector official b
Lcwb;b:Lcwb;
intermediary field_12466
Lnet/minecraft/class_2737;field_12466:Lnet/minecraft/class_2737;
named SMALL
Lnet/minecraft/block/enums/BambooLeaves;SMALL:Lnet/minecraft/block/enums/BambooLeaves;
-
LARGE
- Mappings:
Namespace Name Mixin selector official c
Lcwb;c:Lcwb;
intermediary field_12468
Lnet/minecraft/class_2737;field_12468:Lnet/minecraft/class_2737;
named LARGE
Lnet/minecraft/block/enums/BambooLeaves;LARGE:Lnet/minecraft/block/enums/BambooLeaves;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official d
Lcwb;d:Ljava/lang/String;
intermediary field_12467
Lnet/minecraft/class_2737;field_12467:Ljava/lang/String;
named name
Lnet/minecraft/block/enums/BambooLeaves;name:Ljava/lang/String;
-
-
Constructor Details
-
BambooLeaves
- Mappings:
Namespace Name Mixin selector official <init>
Lcwb;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_2737;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <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 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
-
toString
- Overrides:
toString
in classEnum<BambooLeaves>
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lamw;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;
-