Package com.khorn.terraincontrol.customobjects.bo3

Examples of com.khorn.terraincontrol.customobjects.bo3.BO3


        // 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();

        // Put some default CustomObjects
View Full Code Here

TOP

Related Classes of com.khorn.terraincontrol.customobjects.bo3.BO3

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.