setBlock method

void setBlock(
  1. int x,
  2. int y
)

Implementation

void setBlock(int x, int y) => setIndex(_getMortonNumber(x, y));