Package org.terasology.world.block.typeEntity

Examples of org.terasology.world.block.typeEntity.BlockTypeEntityGenerator


    }

    @Override
    public boolean step() {
        BlockManagerImpl blockManager = (BlockManagerImpl) CoreRegistry.get(BlockManager.class);
        blockManager.subscribe(new BlockTypeEntityGenerator(CoreRegistry.get(EntityManager.class), blockManager));
        return true;
    }
View Full Code Here

TOP

Related Classes of org.terasology.world.block.typeEntity.BlockTypeEntityGenerator

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.