Enum Class SoundId

java.lang.Object
java.lang.Enum<SoundId>
com.winterhavenmc.lodestar.util.SoundId
All Implemented Interfaces:
Serializable, Comparable<SoundId>, Constable

public enum SoundId extends Enum<SoundId>
Enum that contains entries for configured sounds
  • Enum Constant Details

    • COMMAND_FAIL

      public static final SoundId COMMAND_FAIL
    • COMMAND_INVALID

      public static final SoundId COMMAND_INVALID
    • COMMAND_SUCCESS_GIVE_SENDER

      public static final SoundId COMMAND_SUCCESS_GIVE_SENDER
    • COMMAND_SUCCESS_GIVE_TARGET

      public static final SoundId COMMAND_SUCCESS_GIVE_TARGET
    • COMMAND_SUCCESS_DELETE

      public static final SoundId COMMAND_SUCCESS_DELETE
    • COMMAND_SUCCESS_DESTROY

      public static final SoundId COMMAND_SUCCESS_DESTROY
    • COMMAND_SUCCESS_SET

      public static final SoundId COMMAND_SUCCESS_SET
    • COMMAND_SUCCESS_BIND

      public static final SoundId COMMAND_SUCCESS_BIND
    • TELEPORT_DENIED_PERMISSION

      public static final SoundId TELEPORT_DENIED_PERMISSION
    • TELEPORT_DENIED_WORLD_DISABLED

      public static final SoundId TELEPORT_DENIED_WORLD_DISABLED
    • TELEPORT_CANCELLED

      public static final SoundId TELEPORT_CANCELLED
    • TELEPORT_CANCELLED_NO_ITEM

      public static final SoundId TELEPORT_CANCELLED_NO_ITEM
    • TELEPORT_WARMUP

      public static final SoundId TELEPORT_WARMUP
    • TELEPORT_SUCCESS_DEPARTURE

      public static final SoundId TELEPORT_SUCCESS_DEPARTURE
    • TELEPORT_SUCCESS_ARRIVAL

      public static final SoundId TELEPORT_SUCCESS_ARRIVAL
  • Method Details

    • values

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