translate

open fun translate(x: Int, y: Int): LocalTile

Translates (shifts) this tile by the specified x and y

Return

a new tile with the specified translation

Parameters

x

the x translation

y

the y translation


open fun translate(x: Int, y: Int, z: Int): LocalTile

Translates (shifts) this tile by the specified x, y, and z

Return

a new tile with the specified translation

Parameters

x

the x translation

y

the y translation

z

the z translation (plane)