Package net.minecraft.block.enums
Enum Class SculkSensorPhase
- All Implemented Interfaces:
Serializable,Comparable<SculkSensorPhase>,Constable,StringIdentifiable
- Mappings:
Namespace Name intermediary net/minecraft/class_5705official ddfnamed net/minecraft/block/enums/SculkSensorPhase
-
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
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringIdentifiable
field_38377 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.toString()static SculkSensorPhaseReturns the enum constant of this class with the specified name.static SculkSensorPhase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INACTIVE
- Mappings:
Namespace Name Mixin selector intermediary field_28121Lnet/minecraft/class_5705;field_28121:Lnet/minecraft/class_5705;official aLddf;a:Lddf;named INACTIVELnet/minecraft/block/enums/SculkSensorPhase;INACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector intermediary field_28122Lnet/minecraft/class_5705;field_28122:Lnet/minecraft/class_5705;official bLddf;b:Lddf;named ACTIVELnet/minecraft/block/enums/SculkSensorPhase;ACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
-
COOLDOWN
- Mappings:
Namespace Name Mixin selector intermediary field_44631Lnet/minecraft/class_5705;field_44631:Lnet/minecraft/class_5705;official cLddf;c:Lddf;named COOLDOWNLnet/minecraft/block/enums/SculkSensorPhase;COOLDOWN:Lnet/minecraft/block/enums/SculkSensorPhase;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector intermediary field_28124Lnet/minecraft/class_5705;field_28124:Ljava/lang/String;official dLddf;d:Ljava/lang/String;named nameLnet/minecraft/block/enums/SculkSensorPhase;name:Ljava/lang/String;
-
-
Constructor Details
-
SculkSensorPhase
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_5705;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lddf;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/block/enums/SculkSensorPhase;<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<SculkSensorPhase>
-
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 intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLapr;c()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-