Package com.mg105.utils
Class ItemConstants
java.lang.Object
com.mg105.utils.ItemConstants
A class containing the constants for items in the game.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String[]
The constant for the list of all item descriptions.static final String[]
The constant for the list of all item names.static final String[]
The constant for the list of all usable item names.static final String
The description of a health potionstatic final String
The constant for the name of HealthPotion.static final String
The description of a mega health potionstatic final String
The constant for the name of MegaPotion.static final String
The constant for the description of UpgradeToken.static final String
The constant for the name of UpgradeToken. -
Constructor Summary
-
Method Summary
-
Field Details
-
UPGRADE_TOKEN_NAME
The constant for the name of UpgradeToken.- See Also:
-
UPGRADE_TOKEN_DESCRIPTION
The constant for the description of UpgradeToken.- See Also:
-
HEALTH_POTION_NAME
The constant for the name of HealthPotion.- See Also:
-
HEALTH_POTION_DESCRIPTION
The description of a health potion -
MEGA_POTION_NAME
The constant for the name of MegaPotion.- See Also:
-
MEGA_POTION_DESCRIPTION
The description of a mega health potion -
ALL_ITEM_NAMES
The constant for the list of all item names. -
ALL_ITEM_DESCRIPTIONS
The constant for the list of all item descriptions. -
ALL_USABLE_ITEM_NAMES
The constant for the list of all usable item names.
-
-
Constructor Details
-
ItemConstants
public ItemConstants()
-