#include "BlockAir.h" BlockAir::BlockAir() { } BlockAir::~BlockAir() { } bool BlockAir::isEmpty() const { return true; }