Package org.terasology.world

Examples of org.terasology.world.BlockEntityRegistry


    @Override
    public boolean step() {
        EngineEntityManager entityManager = (EngineEntityManager) CoreRegistry.get(EntityManager.class);
        EntitySystemLibrary entitySystemLibrary = CoreRegistry.get(EntitySystemLibrary.class);
        BlockEntityRegistry blockEntityRegistry = CoreRegistry.get(BlockEntityRegistry.class);

        CoreRegistry.get(NetworkSystem.class).connectToEntitySystem(entityManager, entitySystemLibrary, blockEntityRegistry);
        ComponentSystemManager csm = CoreRegistry.get(ComponentSystemManager.class);
        csm.initialise();
View Full Code Here

TOP

Related Classes of org.terasology.world.BlockEntityRegistry

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.