Condition.blocks constructor

Condition.blocks(
  1. Area cond, {
  2. required Location compare,
  3. bool masked = false,
})

checks whether an area matches another area of blocks

Implementation

Condition.blocks(
  Area cond, {
  required Location compare,
  bool masked = false,
}) {
  _setCond(cond, target: compare);
}