Enum Class SculkSensorPhase

java.lang.Object
java.lang.Enum<SculkSensorPhase>
net.minecraft.block.enums.SculkSensorPhase
All Implemented Interfaces:
Serializable, Comparable<SculkSensorPhase>, Constable, StringIdentifiable

public enum SculkSensorPhase extends Enum<SculkSensorPhase> implements StringIdentifiable
Mappings:
Namespace Name
official daa
intermediary net/minecraft/class_5705
named net/minecraft/block/enums/SculkSensorPhase
  • Enum Constant Details

    • INACTIVE

      public static final SculkSensorPhase INACTIVE
      Mappings:
      Namespace Name Mixin selector
      official a Ldaa;a:Ldaa;
      intermediary field_28121 Lnet/minecraft/class_5705;field_28121:Lnet/minecraft/class_5705;
      named INACTIVE Lnet/minecraft/block/enums/SculkSensorPhase;INACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
    • ACTIVE

      public static final SculkSensorPhase ACTIVE
      Mappings:
      Namespace Name Mixin selector
      official b Ldaa;b:Ldaa;
      intermediary field_28122 Lnet/minecraft/class_5705;field_28122:Lnet/minecraft/class_5705;
      named ACTIVE Lnet/minecraft/block/enums/SculkSensorPhase;ACTIVE:Lnet/minecraft/block/enums/SculkSensorPhase;
    • COOLDOWN

      public static final SculkSensorPhase COOLDOWN
      Mappings:
      Namespace Name Mixin selector
      official c Ldaa;c:Ldaa;
      intermediary field_28123 Lnet/minecraft/class_5705;field_28123:Lnet/minecraft/class_5705;
      named COOLDOWN Lnet/minecraft/block/enums/SculkSensorPhase;COOLDOWN:Lnet/minecraft/block/enums/SculkSensorPhase;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Ldaa;d:Ljava/lang/String;
      intermediary field_28124 Lnet/minecraft/class_5705;field_28124:Ljava/lang/String;
      named name Lnet/minecraft/block/enums/SculkSensorPhase;name:Ljava/lang/String;
  • Constructor Details

    • SculkSensorPhase

      private SculkSensorPhase(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldaa;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_5705;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/block/enums/SculkSensorPhase;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static SculkSensorPhase[] 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

      public static SculkSensorPhase valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<SculkSensorPhase>
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;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;