Search in sources :

Example 1 with TargetSystem

use of org.terasology.engine.input.cameraTarget.TargetSystem 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.engine.world.block.items.BlockItemFactory) BlockExplorer(org.terasology.engine.world.block.BlockExplorer) TargetSystem(org.terasology.engine.input.cameraTarget.TargetSystem)

Aggregations

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