}
@SuppressWarnings("null")
@Override
public void execute(final Event e) {
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());
}
}