|
LeviLamina
|
Public Types | |
| using | AnchorHandler = int (*)(::br::worldgen::WorldGenContext const&, int) |
Public Member Functions | |
| MCAPI int | resolveY (::br::worldgen::WorldGenContext const &heightAccessor) const |
| MCAPI::std::string | toString () const |
Static Public Member Functions | |
| static MCAPI ::br::worldgen::VerticalAnchor | aboveBottom (int offset) |
| static MCAPI ::br::worldgen::VerticalAnchor | absolute (int value) |
| static MCAPI ::br::worldgen::VerticalAnchor | belowTop (int offset) |
| static MCAPI ::br::worldgen::VerticalAnchor | fromSea (int offset) |
Public Attributes | |
| ::ll::TypedStorage< 4, 4, int > | mValue |
| ::ll::TypedStorage< 8, 8, int(*)(::br::worldgen::WorldGenContext const &, int)> | mHandler |