Package org.terasology.world.block.family

Examples of org.terasology.world.block.family.DefaultBlockFamilyFactoryRegistry


        return "Registering BlockFamilyFactories...";
    }

    @Override
    public boolean step() {
        DefaultBlockFamilyFactoryRegistry registry = new DefaultBlockFamilyFactoryRegistry();
        ModuleManager moduleManager = CoreRegistry.get(ModuleManager.class);

        loadFamilies(registry, moduleManager.getEnvironment());

        CoreRegistry.put(BlockFamilyFactoryRegistry.class, registry);
View Full Code Here

TOP

Related Classes of org.terasology.world.block.family.DefaultBlockFamilyFactoryRegistry

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.