LeviLamina
Loading...
Searching...
No Matches
MountainParametersInternals.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_20_60::MountainParametersInternals {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string_view const& EAST_SLOPES();
9
10MCNAPI ::std::string_view const& ENABLED();
11
12MCNAPI ::std::string_view const& MATERIAL();
13
14MCNAPI ::std::string_view const& NORTH_SLOPES();
15
16MCNAPI ::std::string_view const& SOUTH_SLOPES();
17
18MCNAPI ::std::string_view const& STEEP_MATERIAL_ADJUSTMENT();
19
20MCNAPI ::std::string_view const& TOP_SLIDE();
21
22MCNAPI ::std::string_view const& WEST_SLOPES();
23// NOLINTEND
24
25} // namespace SharedTypes::v1_20_60::MountainParametersInternals