Package rle.core.board.item

Interface Summary
ItemContainer Anything that can hold items.
ItemContainerListener Anything that wants to be notified of events from an ItemContainer.
ItemDescriber Provides descriptions for lists of items.
ItemFinisher An interface for classes which "put the finishing touches" on an Item.
ItemSack An ItemSack is a mutable ItemContainer to which items can be added and removed without specification of any additional attributes.
 

Class Summary
Equipment The equipment that the player is wearing.
Inventory Basic implementation of ItemContainer.
ItemContainerBase Abstract implementation of ItemContainer which leaves the choice of underlying storage to the subclass.
ItemContainerEvent Encapsulates changes to an ItemContainer.