Search in sources :

Example 1 with BlockExplorer

use of org.terasology.world.block.BlockExplorer in project Terasology by MovingBlocks.

the class BlockCommands method initialise.

@Override
public void initialise() {
    blockItemFactory = new BlockItemFactory(entityManager);
    blockExplorer = new BlockExplorer(assetManager);
    targetSystem = new TargetSystem(blockRegistry, physics);
}
Also used : BlockItemFactory(org.terasology.world.block.items.BlockItemFactory) BlockExplorer(org.terasology.world.block.BlockExplorer) TargetSystem(org.terasology.input.cameraTarget.TargetSystem)

Aggregations

TargetSystem (org.terasology.input.cameraTarget.TargetSystem)1 BlockExplorer (org.terasology.world.block.BlockExplorer)1 BlockItemFactory (org.terasology.world.block.items.BlockItemFactory)1