28 ::ll::TypedStorage<8, 112, ::std::array<::ClimateUtils::Parameter, 7>> mParameterSpace;
29 ::ll::TypedStorage<8, 24, ::std::vector<::RTree::Node>> mChildren;
30 ::ll::TypedStorage<8, 16, ::std::optional<::Biome const*>> mBiome;
31 ::ll::TypedStorage<8, 8, int64> mTotalMagnitude;
46 MCAPI static ::std::optional<::RTree::Node> branch(::std::vector<::RTree::Node>&& children);
48 MCAPI static ::std::vector<::RTree::Node> bucketize(::std::vector<::RTree::Node>&& nodes);
50 MCAPI
static void sort(::std::vector<::RTree::Node>& children,
int dimension,
bool absolute);