Enum Class ComboManager.ComboKey

java.lang.Object
java.lang.Enum<ComboManager.ComboKey>
studio.magemonkey.divinity.modules.list.classes.ComboManager.ComboKey
All Implemented Interfaces:
Serializable, Comparable<ComboManager.ComboKey>, java.lang.constant.Constable
Enclosing class:
ComboManager

public static enum ComboManager.ComboKey extends Enum<ComboManager.ComboKey>
  • Enum Constant Details

  • Method Details

    • values

      public static ComboManager.ComboKey[] 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 ComboManager.ComboKey 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
    • setName

      public void setName(@NotNull String name)
    • getName

      @NotNull public String getName()
    • getFromAction

      @Nullable public static ComboManager.ComboKey getFromAction(@NotNull org.bukkit.event.block.Action a, boolean sneak)