Gets the Biome located at the given position
overload 1:
world.getBiome(pos)
Method Property | Fluent Description | Representation |
pos accepts | a Vector3 | |
Return Value | a Biome | |
overload 2:
world.getBiome(x, y, z)
Method Property | Fluent Description | Representation |
x accepts | a Number | |
y accepts | a Number | |
z accepts | a Number | |
Return Value | a Biome | |