Enum Class ScanMode

java.lang.Object
java.lang.Enum<ScanMode>
net.darkhax.ghostgear.common.impl.spiritbox.ScanMode
All Implemented Interfaces:
Serializable, Comparable<ScanMode>, Constable

public enum ScanMode extends Enum<ScanMode>
  • Enum Constant Details

    • WORDS

      public static final ScanMode WORDS
    • ANSWERS

      public static final ScanMode ANSWERS
    • ALPHANUMERIC

      public static final ScanMode ALPHANUMERIC
  • Method Details

    • values

      public static ScanMode[] 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 ScanMode 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
    • displayName

      public net.minecraft.network.chat.Component displayName()
    • description

      public net.minecraft.network.chat.Component description()
    • soundTag

      public net.minecraft.tags.TagKey<net.minecraft.sounds.SoundEvent> soundTag()