Enum Class Sounds

java.lang.Object
java.lang.Enum<Sounds>
com.ultikits.ultitools.entities.Sounds
All Implemented Interfaces:
Serializable, Comparable<Sounds>, java.lang.constant.Constable

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

    • BLOCK_NOTE_BLOCK_HAT

      public static final Sounds BLOCK_NOTE_BLOCK_HAT
    • BLOCK_CHEST_OPEN

      public static final Sounds BLOCK_CHEST_OPEN
    • BLOCK_CHEST_LOCKED

      public static final Sounds BLOCK_CHEST_LOCKED
    • ENTITY_ENDERMAN_TELEPORT

      public static final Sounds ENTITY_ENDERMAN_TELEPORT
    • BLOCK_WET_GRASS_BREAK

      public static final Sounds BLOCK_WET_GRASS_BREAK
    • UI_TOAST_OUT

      public static final Sounds UI_TOAST_OUT
    • BLOCK_NOTE_BLOCK_CHIME

      public static final Sounds BLOCK_NOTE_BLOCK_CHIME
    • BLOCK_NOTE_BLOCK_BELL

      public static final Sounds BLOCK_NOTE_BLOCK_BELL
    • ITEM_BOOK_PAGE_TURN

      public static final Sounds ITEM_BOOK_PAGE_TURN
    • BLOCK_CHEST_CLOSE

      public static final Sounds BLOCK_CHEST_CLOSE
  • Constructor Details

    • Sounds

      private Sounds()
  • Method Details

    • values

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