Package net.ftb.workers

Examples of net.ftb.workers.MapLoader.start()


    /**
     * loads the map.xml and adds it to the maps array in this class
     */
    public static void loadAll () {
        MapLoader loader = new MapLoader();
        loader.start();
    }

    /**
     * adds maps to the maps array
     * @param map - a Map instance
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.