Enum Class Plugins

java.lang.Object
java.lang.Enum<Plugins>
fr.maxlego08.zshop.zcore.utils.plugins.Plugins
All Implemented Interfaces:
Serializable, Comparable<Plugins>, Constable

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

    • VAULT

      public static final Plugins VAULT
    • ESSENTIALS

      public static final Plugins ESSENTIALS
    • HEADDATABASE

      public static final Plugins HEADDATABASE
    • PLACEHOLDER

      public static final Plugins PLACEHOLDER
    • CITIZENS

      public static final Plugins CITIZENS
    • TRANSLATIONAPI

      public static final Plugins TRANSLATIONAPI
    • ZTRANSLATOR

      public static final Plugins ZTRANSLATOR
    • PLAYERPOINT

      public static final Plugins PLAYERPOINT
    • VOTINGPLUGIN

      public static final Plugins VOTINGPLUGIN
    • TOKENMANAGER

      public static final Plugins TOKENMANAGER
    • SHOPGUIPLUS

      public static final Plugins SHOPGUIPLUS
    • COINSENGINE

      public static final Plugins COINSENGINE
  • Method Details

    • values

      public static Plugins[] 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 Plugins 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()
      Returns:
      the name