Package net.ftb.workers

Examples of net.ftb.workers.MapLoader


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

TOP

Related Classes of net.ftb.workers.MapLoader

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.