final StructureType type = this.type.getSingle(e);
if (type == null)
return;
for (final Location l : blocks.getArray(e)) {
assert l != null : blocks;
type.grow(l.getBlock());
}
}
@Override
public String toString(final @Nullable Event e, final boolean debug) {