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