diff options
author | Mattes D <github@xoft.cz> | 2015-03-14 22:32:23 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-14 22:32:23 +0100 |
commit | ebf0126dc9ecc0426102374796b4e18761bebb10 (patch) | |
tree | c81db2f80f9df119fa3099b31e9d574756f6441d /src/World.h | |
parent | Merge pull request #1809 from flx5/master (diff) | |
parent | Fixed a small bug (diff) | |
download | cuberite-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.h | 3 |
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); |