Class ItemConstants

java.lang.Object
com.mg105.utils.ItemConstants

public class ItemConstants extends Object
A class containing the constants for items in the game.
  • Field Details

    • UPGRADE_TOKEN_NAME

      public static final String UPGRADE_TOKEN_NAME
      The constant for the name of UpgradeToken.
      See Also:
    • UPGRADE_TOKEN_DESCRIPTION

      public static final String UPGRADE_TOKEN_DESCRIPTION
      The constant for the description of UpgradeToken.
      See Also:
    • HEALTH_POTION_NAME

      public static final String HEALTH_POTION_NAME
      The constant for the name of HealthPotion.
      See Also:
    • HEALTH_POTION_DESCRIPTION

      public static final String HEALTH_POTION_DESCRIPTION
      The description of a health potion
    • MEGA_POTION_NAME

      public static final String MEGA_POTION_NAME
      The constant for the name of MegaPotion.
      See Also:
    • MEGA_POTION_DESCRIPTION

      public static final String MEGA_POTION_DESCRIPTION
      The description of a mega health potion
    • ALL_ITEM_NAMES

      public static final String[] ALL_ITEM_NAMES
      The constant for the list of all item names.
    • ALL_ITEM_DESCRIPTIONS

      public static final String[] ALL_ITEM_DESCRIPTIONS
      The constant for the list of all item descriptions.
    • ALL_USABLE_ITEM_NAMES

      public static final String[] ALL_USABLE_ITEM_NAMES
      The constant for the list of all usable item names.
  • Constructor Details

    • ItemConstants

      public ItemConstants()