Package net.minecraft.block.enums
Enum Class CreakingHeartState
- All Implemented Interfaces:
Serializable,Comparable<CreakingHeartState>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/enums/CreakingHeartStateintermediary net/minecraft/class_10597official eck
-
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
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.toString()static CreakingHeartStateReturns the enum constant of this class with the specified name.static CreakingHeartState[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UPROOTED
- Mappings:
Namespace Name Mixin selector named UPROOTEDLnet/minecraft/block/enums/CreakingHeartState;UPROOTED:Lnet/minecraft/block/enums/CreakingHeartState;intermediary field_55831Lnet/minecraft/class_10597;field_55831:Lnet/minecraft/class_10597;official aLeck;a:Leck;
-
DORMANT
- Mappings:
Namespace Name Mixin selector named DORMANTLnet/minecraft/block/enums/CreakingHeartState;DORMANT:Lnet/minecraft/block/enums/CreakingHeartState;intermediary field_55832Lnet/minecraft/class_10597;field_55832:Lnet/minecraft/class_10597;official bLeck;b:Leck;
-
AWAKE
- Mappings:
Namespace Name Mixin selector named AWAKELnet/minecraft/block/enums/CreakingHeartState;AWAKE:Lnet/minecraft/block/enums/CreakingHeartState;intermediary field_55833Lnet/minecraft/class_10597;field_55833:Lnet/minecraft/class_10597;official cLeck;c:Leck;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/block/enums/CreakingHeartState;id:Ljava/lang/String;intermediary field_55834Lnet/minecraft/class_10597;field_55834:Ljava/lang/String;official dLeck;d:Ljava/lang/String;
-
-
Constructor Details
-
CreakingHeartState
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/enums/CreakingHeartState;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_10597;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Leck;<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:
toStringin classEnum<CreakingHeartState>
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbax;c()Ljava/lang/String;
-