Package net.minecraft.block.enums
Enum Class SculkSensorPhase
- All Implemented Interfaces:
- Serializable,- Comparable<SculkSensorPhase>,- Constable,- StringIdentifiable
- Mappings:
- Namespace - Name - named - net/minecraft/block/enums/SculkSensorPhase- intermediary - net/minecraft/class_5705- official - dye
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiableStringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsFields inherited from interface net.minecraft.util.StringIdentifiableCACHED_MAP_THRESHOLD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 - named - INACTIVE- Lnet/minecraft/block/enums/SculkSensorPhase;INACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;- intermediary - field_28121- Lnet/minecraft/class_5705;field_28121:Lnet/minecraft/class_5705;- official - a- Ldye;a:Ldye;
 
- 
ACTIVE- Mappings:
- Namespace - Name - Mixin selector - named - ACTIVE- Lnet/minecraft/block/enums/SculkSensorPhase;ACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;- intermediary - field_28122- Lnet/minecraft/class_5705;field_28122:Lnet/minecraft/class_5705;- official - b- Ldye;b:Ldye;
 
- 
COOLDOWN- Mappings:
- Namespace - Name - Mixin selector - named - COOLDOWN- Lnet/minecraft/block/enums/SculkSensorPhase;COOLDOWN:Lnet/minecraft/block/enums/SculkSensorPhase;- intermediary - field_44631- Lnet/minecraft/class_5705;field_44631:Lnet/minecraft/class_5705;- official - c- Ldye;c:Ldye;
 
 
- 
- 
Field Details- 
name- Mappings:
- Namespace - Name - Mixin selector - named - name- Lnet/minecraft/block/enums/SculkSensorPhase;name:Ljava/lang/String;- intermediary - field_28124- Lnet/minecraft/class_5705;field_28124:Ljava/lang/String;- official - d- Ldye;d:Ljava/lang/String;
 
 
- 
- 
Constructor Details- 
SculkSensorPhase- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/block/enums/SculkSensorPhase;<init>(Ljava/lang/String;ILjava/lang/String;)V- intermediary - <init>- Lnet/minecraft/class_5705;<init>(Ljava/lang/String;ILjava/lang/String;)V- official - <init>- Ldye;<init>(Ljava/lang/String;ILjava/lang/String;)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
toString- Overrides:
- toStringin class- Enum<SculkSensorPhase>
 
- 
asStringReturns the unique string representation of the enum, used for serialization.- Specified by:
- asStringin interface- StringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
- Namespace - Name - Mixin selector - named - asString- Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;- intermediary - method_15434- Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;- official - c- Lazv;c()Ljava/lang/String;
 
 
-