Package me.daddychurchill.CityWorld.Support

Examples of me.daddychurchill.CityWorld.Support.MaterialStack


   
    // intialize based world style settings
    validateSettingsAgainstWorldStyle(generator);
   
    // stacks of materials
    itemsTreasureInSewers = new MaterialStack("Treasure_In_Sewers");
    itemsTreasureInBunkers = new MaterialStack("Treasure_In_Bunkers");
    itemsTreasureInMines = new MaterialStack("Treasure_In_Mines");
   
    // see if the new configuration is out there?
//    // find the files
//    File pluginFolder = generator.getPlugin().getDataFolder();
//    if (pluginFolder.isDirectory()) {
View Full Code Here

TOP

Related Classes of me.daddychurchill.CityWorld.Support.MaterialStack

Copyright © 2018 www.massapicom. 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.