42434445464748495051
return true; } public BlockMask getMask() { if (this.mask == null && this.visible()) { this.mask = new BlockMask(this); } return this.mask; }