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);
}
Aggregations