summaryrefslogtreecommitdiffstats
path: root/src/Generating/RoughRavines.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-02-05 22:45:45 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-02-05 22:50:18 +0100
commitca6ef58b1ee8521e4b940ee4883dee714960e413 (patch)
tree8532add455224b07c07a759e3d906f50c0695888 /src/Generating/RoughRavines.h
parentMerge pull request #2972 from marvinkopf/PlayerAutoComplete (diff)
downloadcuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.gz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.bz2
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.lz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.xz
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.tar.zst
cuberite-ca6ef58b1ee8521e4b940ee4883dee714960e413.zip
Diffstat (limited to 'src/Generating/RoughRavines.h')
-rw-r--r--src/Generating/RoughRavines.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/Generating/RoughRavines.h b/src/Generating/RoughRavines.h
index 4c905b641..a5ce13357 100644
--- a/src/Generating/RoughRavines.h
+++ b/src/Generating/RoughRavines.h
@@ -18,7 +18,7 @@ class cRoughRavines :
public cGridStructGen
{
typedef cGridStructGen super;
-
+
public:
cRoughRavines(
int a_Seed,
@@ -31,22 +31,22 @@ public:
float a_MaxCeilingHeightCenter, float a_MinCeilingHeightCenter,
int a_GridSize, int a_MaxOffset
);
-
+
protected:
int m_Seed;
-
+
/** Maximum size of the ravine, in each of the X / Z axis */
int m_MaxSize;
-
+
/** Minimum size of the ravine */
int m_MinSize;
/** Maximum width of the ravine's center, in blocks */
float m_MaxCenterWidth;
-
+
/** Minimum width of the ravine's center, in blocks */
float m_MinCenterWidth;
-
+
/** Maximum roughness of the ravine */
float m_MaxRoughness;
@@ -55,25 +55,25 @@ protected:
/** Maximum floor height at the ravine's edge */
float m_MaxFloorHeightEdge;
-
+
/** Minimum floor height at the ravine's edge */
float m_MinFloorHeightEdge;
-
+
/** Maximum floor height at the ravine's center */
float m_MaxFloorHeightCenter;
-
+
/** Minimum floor height at the ravine's center */
float m_MinFloorHeightCenter;
-
+
/** Maximum ceiling height at the ravine's edge */
float m_MaxCeilingHeightEdge;
-
+
/** Minimum ceiling height at the ravine's edge */
float m_MinCeilingHeightEdge;
-
+
/** Maximum ceiling height at the ravine's center */
float m_MaxCeilingHeightCenter;
-
+
/** Minimum ceiling height at the ravine's center */
float m_MinCeilingHeightCenter;