Interface ITierValue
- All Known Implementing Classes:
ArcaneTomeItem,WandItem
public interface ITierValue
Interface for items that have an associated tier value. This is typically used for items that can store or
manipulate tiered things, like spells, wands, and other magical items.
-
Method Summary
-
Method Details
-
getTier
Gets the tier associated with this item.- Returns:
- The tier of the item.
-