Enum Class Cooldown.Type

java.lang.Object
java.lang.Enum<Cooldown.Type>
tfagaming.projects.minecraft.homestead.cooldown.Cooldown.Type
All Implemented Interfaces:
Serializable, Comparable<Cooldown.Type>, Constable
Enclosing class:
Cooldown

public static enum Cooldown.Type extends Enum<Cooldown.Type>
  • Enum Constant Details

    • FLAG_CHANGE_STATE

      public static final Cooldown.Type FLAG_CHANGE_STATE
    • REGION_SPAWN_CHANGE

      public static final Cooldown.Type REGION_SPAWN_CHANGE
    • REGION_RENAME_CHANGE

      public static final Cooldown.Type REGION_RENAME_CHANGE
    • REGION_DESCRIPTION_CHANGE

      public static final Cooldown.Type REGION_DESCRIPTION_CHANGE
    • REGION_TRANSFER_OWNERSHIP

      public static final Cooldown.Type REGION_TRANSFER_OWNERSHIP
    • REGION_DYNAMIC_MAP_SETTINGS_CHANGE

      public static final Cooldown.Type REGION_DYNAMIC_MAP_SETTINGS_CHANGE
    • REGION_CHUNK_CLAIM

      public static final Cooldown.Type REGION_CHUNK_CLAIM
    • REGION_CHUNK_UNCLAIM

      public static final Cooldown.Type REGION_CHUNK_UNCLAIM
    • REGION_TELEPORT

      public static final Cooldown.Type REGION_TELEPORT
    • WAR_FLAG_DISABLED

      public static final Cooldown.Type WAR_FLAG_DISABLED
  • Method Details

    • values

      public static Cooldown.Type[] 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 Cooldown.Type 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
    • ignoreOperators

      public boolean ignoreOperators()
    • getCooldown

      public int getCooldown()