Enum Class GemEconomy

java.lang.Object
java.lang.Enum<GemEconomy>
xericker.arenalegends.core.player.economy.GemEconomy
All Implemented Interfaces:
Serializable, Comparable<GemEconomy>, Constable

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

    • PLAYER_KILL

      public static final GemEconomy PLAYER_KILL
    • TEAMMATE_TAKEDOWN

      public static final GemEconomy TEAMMATE_TAKEDOWN
    • ROUND_WIN

      public static final GemEconomy ROUND_WIN
    • ROUND_LOSS

      public static final GemEconomy ROUND_LOSS
    • GAME_WIN

      public static final GemEconomy GAME_WIN
    • GAME_LOSS

      public static final GemEconomy GAME_LOSS
  • Method Details

    • values

      public static GemEconomy[] 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 GemEconomy 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
    • register

      public static void register()
    • add

      public void add(org.bukkit.entity.Player player, boolean announce)
    • add

      public void add(UUID playerId, boolean announce)