summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-03-14 22:32:23 +0100
committerMattes D <github@xoft.cz>2015-03-14 22:32:23 +0100
commitebf0126dc9ecc0426102374796b4e18761bebb10 (patch)
treec81db2f80f9df119fa3099b31e9d574756f6441d /src/World.h
parentMerge pull request #1809 from flx5/master (diff)
parentFixed a small bug (diff)
downloadcuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar.gz
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar.bz2
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar.lz
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar.xz
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.tar.zst
cuberite-ebf0126dc9ecc0426102374796b4e18761bebb10.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h
index 3cac71a36..0decc8c6e 100644
--- a/src/World.h
+++ b/src/World.h
@@ -1077,6 +1077,9 @@ private:
/** <summary>Generates a random spawnpoint on solid land by walking chunks and finding their biomes</summary> */
void GenerateRandomSpawn(void);
+ /** Check if player starting point is acceptable **/
+ bool CheckPlayerSpawnPoint(int a_PosX, int a_PosY, int a_PosZ);
+
/** Chooses a reasonable transition from the current weather to a new weather **/
eWeather ChooseNewWeather(void);