Interface Item

All Known Implementing Classes:
BaseItem, Sword

public interface Item
  • Method Details

    • getName

      String getName()
    • getDescription

      String getDescription()
    • getTexture

      com.badlogic.gdx.graphics.g2d.TextureRegion getTexture()
    • getMaxStackSize

      int getMaxStackSize()
    • getModifiers

      List<AttributeModifier<?>> getModifiers()
    • getActions

      List<Action> getActions()
    • getType

      ItemType getType()