neighbours()
Syntax
neighbours(pos)
Returns the list of 6 neighbouring blocks to the argument. Commonly used with
other loop functions like for
.
neighbours(pos)
Returns the list of 6 neighbouring blocks to the argument. Commonly used with
other loop functions like for
.