|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | buildErosionJaggednessSpline (float jaggednessFactorAtPeakRidgeAndErosionIndex0, float jaggednessFactorAtPeakRidgeAndErosionIndex1, float jaggednessFactorAtHighRidgeAndErosionIndex0, float jaggednessFactorAtHighRidgeAndErosionIndex1) |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | buildErosionOffsetSpline (::std::string const &name, float lowValley, float hill, float tallHill, float mountainFactor, float plain, float swamp, bool includeExtremeHills, bool saddle) |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | buildMountainRidgeSplineWithPoints (float modulation, bool saddle) |
|
static MCAPI ::TerrainShaper | buildOverworld () |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | buildRidgeJaggednessSpline (float jaggednessFactorAtPeakRidge, float jaggednessFactorAtHighRidge) |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | buildWeirdnessJaggednessSpline (float jaggednessFactor) |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | getErosionFactor (float baseValue, bool shatteredTerrain) |
|
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > | ridgeSpline (::std::string const &name, float valley, float low, float mid, float high, float peaks, float minValleySteepness) |
|
|
::ll::TypedStorage< 8, 168, ::ToFloatFunction<::TerrainShaper::Point > const > | mOffsetSpline |
|
::ll::TypedStorage< 8, 168, ::ToFloatFunction<::TerrainShaper::Point > const > | mFactorSpline |
|
::ll::TypedStorage< 8, 168, ::ToFloatFunction<::TerrainShaper::Point > const > | mJaggednessSpline |
|
::ll::TypedStorage< 4, 4, float const > | GLOBAL_OFFSET |
|
::ll::TypedStorage< 4, 4, float const > | FACTOR_SCALER |
|
◆ TerrainShaper() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ TerrainShaper() [2/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ~TerrainShaper()
MCAPI TerrainShaper::~TerrainShaper |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ offset()
MCAPI float TerrainShaper::offset |
( |
float | continentalness, |
|
|
float | erosion, |
|
|
float | weirdness ) const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildErosionJaggednessSpline()
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > TerrainShaper::buildErosionJaggednessSpline |
( |
float | jaggednessFactorAtPeakRidgeAndErosionIndex0, |
|
|
float | jaggednessFactorAtPeakRidgeAndErosionIndex1, |
|
|
float | jaggednessFactorAtHighRidgeAndErosionIndex0, |
|
|
float | jaggednessFactorAtHighRidgeAndErosionIndex1 ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildErosionOffsetSpline()
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > TerrainShaper::buildErosionOffsetSpline |
( |
::std::string const & | name, |
|
|
float | lowValley, |
|
|
float | hill, |
|
|
float | tallHill, |
|
|
float | mountainFactor, |
|
|
float | plain, |
|
|
float | swamp, |
|
|
bool | includeExtremeHills, |
|
|
bool | saddle ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildMountainRidgeSplineWithPoints()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildOverworld()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildRidgeJaggednessSpline()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ buildWeirdnessJaggednessSpline()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ getErosionFactor()
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ ridgeSpline()
static MCAPI ::ToFloatFunction<::TerrainShaper::Point > TerrainShaper::ridgeSpline |
( |
::std::string const & | name, |
|
|
float | valley, |
|
|
float | low, |
|
|
float | mid, |
|
|
float | high, |
|
|
float | peaks, |
|
|
float | minValleySteepness ) |
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [1/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $ctor() [2/2]
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void TerrainShaper::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: