Class NoStatsStackableItem

All Implemented Interfaces:
EquipListener, TurnListener, UseListener, Stackable<StackableItem>, Killer, Cloneable, Iterable<String>, Serializable

public class NoStatsStackableItem extends StackableItem
Represents a stackable item for which we do not want 'Stats' to show in description.
Author:
kymara
  • Constructor Details

    • NoStatsStackableItem

      public NoStatsStackableItem(String name, String clazz, String subclass, Map<String,​String> attributes)
    • NoStatsStackableItem

      public NoStatsStackableItem(NoStatsStackableItem item)
      Copy constructor.
      Parameters:
      item - item to copy
  • Method Details

    • describe

      public String describe()
      Description copied from class: Entity
      Describes the entity (if a players looks at it).
      Overrides:
      describe in class Item
      Returns:
      description from the players point of view