Interface TaleItem


public interface TaleItem
Represents an item type that can exist in inventories.

Items are objects that players can hold, use, and store. This interface provides the basic contract for all item types.

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique identifier for this item type.
  • Method Details

    • getId

      String getId()
      Returns the unique identifier for this item type.

      Format: namespace:item_name (e.g., "mymod:ruby_sword")

      Returns:
      the item's identifier