translate

abstract Tile translate(int x, int y)

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

abstract Tile translate(int x, int y, int z)

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)