Enum Class QuestsMessages

java.lang.Object
java.lang.Enum<QuestsMessages>
com.ordwen.odailyquests.enums.QuestsMessages
All Implemented Interfaces:
Serializable, Comparable<QuestsMessages>, Constable

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

    • PLAYER_HELP

      public static final QuestsMessages PLAYER_HELP
    • ADMIN_HELP

      public static final QuestsMessages ADMIN_HELP
    • NO_PERMISSION

      public static final QuestsMessages NO_PERMISSION
    • NO_PERMISSION_CATEGORY

      public static final QuestsMessages NO_PERMISSION_CATEGORY
    • PLAYER_ONLY

      public static final QuestsMessages PLAYER_ONLY
    • INVALID_CATEGORY

      public static final QuestsMessages INVALID_CATEGORY
    • INVALID_PLAYER

      public static final QuestsMessages INVALID_PLAYER
    • INVALID_QUEST_ID

      public static final QuestsMessages INVALID_QUEST_ID
    • INVALID_QUEST_INDEX

      public static final QuestsMessages INVALID_QUEST_INDEX
    • INVALID_AMOUNT

      public static final QuestsMessages INVALID_AMOUNT
    • QUEST_ALREADY_ACHIEVED

      public static final QuestsMessages QUEST_ALREADY_ACHIEVED
    • QUESTS_IN_PROGRESS

      public static final QuestsMessages QUESTS_IN_PROGRESS
    • ALL_QUESTS_ACHIEVED_CONNECT

      public static final QuestsMessages ALL_QUESTS_ACHIEVED_CONNECT
    • QUESTS_RENEWED

      public static final QuestsMessages QUESTS_RENEWED
    • QUESTS_RENEWED_ADMIN

      public static final QuestsMessages QUESTS_RENEWED_ADMIN
    • QUEST_REROLLED

      public static final QuestsMessages QUEST_REROLLED
    • QUEST_REROLLED_ADMIN

      public static final QuestsMessages QUEST_REROLLED_ADMIN
    • ADD_TOTAL_ADMIN

      public static final QuestsMessages ADD_TOTAL_ADMIN
    • ADD_TOTAL_TARGET

      public static final QuestsMessages ADD_TOTAL_TARGET
    • ADD_TOTAL_CATEGORY_ADMIN

      public static final QuestsMessages ADD_TOTAL_CATEGORY_ADMIN
    • ADD_TOTAL_CATEGORY_TARGET

      public static final QuestsMessages ADD_TOTAL_CATEGORY_TARGET
    • REMOVE_TOTAL_ADMIN

      public static final QuestsMessages REMOVE_TOTAL_ADMIN
    • REMOVE_TOTAL_TARGET

      public static final QuestsMessages REMOVE_TOTAL_TARGET
    • REMOVE_TOTAL_CATEGORY_ADMIN

      public static final QuestsMessages REMOVE_TOTAL_CATEGORY_ADMIN
    • REMOVE_TOTAL_CATEGORY_TARGET

      public static final QuestsMessages REMOVE_TOTAL_CATEGORY_TARGET
    • TOTAL_AMOUNT_RESET

      public static final QuestsMessages TOTAL_AMOUNT_RESET
    • TOTAL_AMOUNT_RESET_ADMIN

      public static final QuestsMessages TOTAL_AMOUNT_RESET_ADMIN
    • TOTAL_CATEGORY_RESET_ADMIN

      public static final QuestsMessages TOTAL_CATEGORY_RESET_ADMIN
    • TOTAL_CATEGORY_RESET_TARGET

      public static final QuestsMessages TOTAL_CATEGORY_RESET_TARGET
    • QUEST_ACHIEVED

      public static final QuestsMessages QUEST_ACHIEVED
    • ALL_QUESTS_ACHIEVED

      public static final QuestsMessages ALL_QUESTS_ACHIEVED
    • CATEGORY_QUESTS_ACHIEVED

      public static final QuestsMessages CATEGORY_QUESTS_ACHIEVED
    • NOT_ENOUGH_ITEM

      public static final QuestsMessages NOT_ENOUGH_ITEM
    • WORLD_DISABLED

      public static final QuestsMessages WORLD_DISABLED
    • NOT_REQUIRED_WORLD

      public static final QuestsMessages NOT_REQUIRED_WORLD
    • NOT_REQUIRED_REGION

      public static final QuestsMessages NOT_REQUIRED_REGION
    • REWARD_COMMAND

      public static final QuestsMessages REWARD_COMMAND
    • REWARD_EXP_LEVELS

      public static final QuestsMessages REWARD_EXP_LEVELS
    • REWARD_EXP_POINTS

      public static final QuestsMessages REWARD_EXP_POINTS
    • REWARD_MONEY

      public static final QuestsMessages REWARD_MONEY
    • REWARD_POINTS

      public static final QuestsMessages REWARD_POINTS
    • REWARD_COINS_ENGINE

      public static final QuestsMessages REWARD_COINS_ENGINE
    • NEW_DAY

      public static final QuestsMessages NEW_DAY
    • TOO_FAR_FROM_LOCATION

      public static final QuestsMessages TOO_FAR_FROM_LOCATION
    • BAD_WORLD_LOCATION

      public static final QuestsMessages BAD_WORLD_LOCATION
    • PLACEHOLDER_API_NOT_ENABLED

      public static final QuestsMessages PLACEHOLDER_API_NOT_ENABLED
    • PLACEHOLDER_NOT_NUMBER

      public static final QuestsMessages PLACEHOLDER_NOT_NUMBER
    • CANNOT_COMPLETE_QUEST_WITH_OFF_HAND

      public static final QuestsMessages CANNOT_COMPLETE_QUEST_WITH_OFF_HAND
    • CANNOT_REROLL_IF_ACHIEVED

      public static final QuestsMessages CANNOT_REROLL_IF_ACHIEVED
    • PLUGIN_RELOADED

      public static final QuestsMessages PLUGIN_RELOADED
    • ERROR_INVENTORY

      public static final QuestsMessages ERROR_INVENTORY
    • CONVERSION_FAILED

      public static final QuestsMessages CONVERSION_FAILED
    • CONVERSION_SUCCESS

      public static final QuestsMessages CONVERSION_SUCCESS
    • CHECK_CONSOLE

      public static final QuestsMessages CHECK_CONSOLE
    • IMPOSSIBLE_TO_OPEN_INVENTORY

      public static final QuestsMessages IMPOSSIBLE_TO_OPEN_INVENTORY
    • CONTACT_ADMIN

      public static final QuestsMessages CONTACT_ADMIN
    • CONFIGURATION_ERROR

      public static final QuestsMessages CONFIGURATION_ERROR
  • Method Details

    • values

      public static QuestsMessages[] 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 QuestsMessages 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<QuestsMessages>
    • getMessage

      public String getMessage(org.bukkit.entity.Player player)
    • getMessage

      public String getMessage(String playerName)
    • getMessage

      public String getMessage(org.bukkit.entity.Player player, Map<String,String> placeholders)
    • getDefault

      public String getDefault()
      Get the default value of the path.
      Returns:
      the default value of the path.
    • getPath

      public String getPath()
      Get the path to the string.
      Returns:
      the path to the string.