Package org.haphazard.character.inventory

The class for handling the inventory and different algorithms to manage it See:
          Description

Interface Summary
InventoryAlgorithm Interface for algorithms used to fit things in the inventory
 

Class Summary
BestFit Algorithm that puts an item into the best container with no rearranging
Inventory Convenience class for handling the inventory
Random  
RelaxedBestFit  
 

Package org.haphazard.character.inventory Description

The class for handling the inventory and different algorithms to manage it