001    /**
002     * StorageMinecart - So we can access what's in them.
003     * @author James
004     */
005    public class StorageMinecart extends ItemArray<lw> {
006    
007        /**
008         * Creates an interface for storage of powered and storage carts.
009         * @param jo
010         */
011        public StorageMinecart(lw cart) {
012            super(cart);
013        }
014    
015    }