Package net.minecraft.block.enums
Enum SculkSensorPhase
- All Implemented Interfaces:
Serializable,Comparable<SculkSensorPhase>,java.lang.constant.Constable,StringIdentifiable
public enum SculkSensorPhase extends Enum<SculkSensorPhase> implements StringIdentifiable
- Mappings:
Namespace Name official cizintermediary net/minecraft/class_5705named net/minecraft/block/enums/SculkSensorPhase
-
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
Constructors Modifier Constructor Description privateSculkSensorPhase(String name) -
Method Summary
Modifier and Type Method Description StringasString()StringtoString()static SculkSensorPhasevalueOf(String name)Returns the enum constant of this type with the specified name.static SculkSensorPhase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
INACTIVE
- Mappings:
Namespace Name Mixin selector official aLciz;a:Lciz;intermediary field_28121Lnet/minecraft/class_5705;field_28121:Lnet/minecraft/class_5705;named INACTIVELnet/minecraft/block/enums/SculkSensorPhase;INACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
-
ACTIVE
- Mappings:
Namespace Name Mixin selector official bLciz;b:Lciz;intermediary field_28122Lnet/minecraft/class_5705;field_28122:Lnet/minecraft/class_5705;named ACTIVELnet/minecraft/block/enums/SculkSensorPhase;ACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
-
COOLDOWN
- Mappings:
Namespace Name Mixin selector official cLciz;c:Lciz;intermediary field_28123Lnet/minecraft/class_5705;field_28123:Lnet/minecraft/class_5705;named COOLDOWNLnet/minecraft/block/enums/SculkSensorPhase;COOLDOWN:Lnet/minecraft/block/enums/SculkSensorPhase;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLciz;d:Ljava/lang/String;intermediary field_28124Lnet/minecraft/class_5705;field_28124:Ljava/lang/String;named nameLnet/minecraft/block/enums/SculkSensorPhase;name:Ljava/lang/String;
-
-
Constructor Details
-
SculkSensorPhase
- Mappings:
Namespace Name Mixin selector official <init>Lciz;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_5705;<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 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<SculkSensorPhase>- Mappings:
Namespace Name Mixin selector official toStringLciz;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_5705;toString()Ljava/lang/String;named toStringLnet/minecraft/block/enums/SculkSensorPhase;toString()Ljava/lang/String;
-
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;
-