Enum Class PluginDepend

java.lang.Object
java.lang.Enum<PluginDepend>
xericker.arenalegends.plugin.PluginDepend
All Implemented Interfaces:
Serializable, Comparable<PluginDepend>, Constable

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

    • PACKET_EVENTS

      public static final PluginDepend PACKET_EVENTS
    • CITIZENS

      public static final PluginDepend CITIZENS
    • FAST_ASYNC_WORLD_EDIT

      public static final PluginDepend FAST_ASYNC_WORLD_EDIT
    • WORLD_GUARD

      public static final PluginDepend WORLD_GUARD
    • PLACEHOLDER_API

      public static final PluginDepend PLACEHOLDER_API
    • ITEMSADDER

      public static final PluginDepend ITEMSADDER
    • MYTHICMOBS

      public static final PluginDepend MYTHICMOBS
  • Method Details

    • values

      public static PluginDepend[] 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 PluginDepend 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
    • getName

      public String getName()
    • isSoft

      public boolean isSoft()
    • isWarning

      public boolean isWarning()
    • getLink

      public String getLink()
    • isLoaded

      public boolean isLoaded()
    • register

      public static boolean register()
    • unregister

      public static void unregister()