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

    Modifier and Type
    Method
    Description
    getTier(net.minecraft.world.item.ItemStack stack)
    Gets the tier associated with this item.
  • Method Details

    • getTier

      SpellTier getTier(net.minecraft.world.item.ItemStack stack)
      Gets the tier associated with this item.
      Returns:
      The tier of the item.