Examples of MIInventoryOld


Examples of uk.co.tggl.pluckerpluck.multiinv.inventory.MIInventoryOld

            MultiInv.log.debug("First time or old inventory file detected for " + playername + " in " + folder);
            if(inventoryString == null) {
                // seems the older versions have the inventory name in lower case...
                inventoryString = playerFile.getString(inventoryName.toLowerCase());
            }
            inventory = new MIInventoryOld(inventoryString);
        } else {
            inventory = new MIInventory(inventoryString);
        }
        return inventory;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.