Enum Class PluginPhase

java.lang.Object
java.lang.Enum<PluginPhase>
com.hrznstudio.titanium.plugin.PluginPhase
All Implemented Interfaces:
Serializable, Comparable<PluginPhase>, Constable

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

    • CONSTRUCTION

      public static final PluginPhase CONSTRUCTION
    • CLIENT_SETUP

      public static final PluginPhase CLIENT_SETUP
    • COMMON_SETUP

      public static final PluginPhase COMMON_SETUP
    • PRE_INIT

      public static final PluginPhase PRE_INIT
    • INIT

      public static final PluginPhase INIT
    • POST_INIT

      public static final PluginPhase POST_INIT
    • CONFIG_LOAD

      public static final PluginPhase CONFIG_LOAD
    • CONFIG_RELOAD

      public static final PluginPhase CONFIG_RELOAD
  • Method Details

    • values

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