/* 1121 */ if (this.writers[(tileX - this.minTileX)][(tileY - this.minTileY)] == 1) {
/* 1122 */ this.numWritableTiles[0] += 1;
/* */
/* 1124 */ Enumeration e = this.tileObservers.elements();
/* 1125 */ while (e.hasMoreElements()) {
/* 1126 */ TileObserver t = (TileObserver)e.nextElement();
/* 1127 */ t.tileUpdate(this, tileX, tileY, true);
/* */ }
/* */
/* */ }
/* */
/* 1132 */ if (this.bandList == null) {