Sets the saved position for this Biome's proxy
The saved position is used in Biome functions that require a position
overload 1:
Biome:setPos(pos)
| Method Property | Fluent Description | Representation |
| pos accepts | a Vector3 | |
| Return Value | nil | |
overload 2:
Biome:setPos(x, y, z)
| Method Property | Fluent Description | Representation |
| x accepts | a Number | |
| y accepts | a Number | |
| z accepts | a Number | |
| Return Value | nil | |