Package com.khorn.terraincontrol.customobjects.bo2

Examples of com.khorn.terraincontrol.customobjects.bo2.BO2Loader


    {
        // These are the actual lists, not just a copy.
        this.loaders = new HashMap<String, CustomObjectLoader>();

        // Register loaders
        registerCustomObjectLoader("bo2", new BO2Loader());
        registerCustomObjectLoader("bo3", new BO3Loader());

        this.globalCustomObjects = new CustomObjectCollection();
        this.globalObjects = globalCustomObjects.accessMap();
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.customobjects.bo2.BO2Loader

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.