3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/UniqueOwnerPointer.h"
7#include "mc/deps/shared_types/legacy/Difficulty.h"
17namespace LevelDataHelper {
20MCAPI_S ::Bedrock::UniqueOwnerPointer<::LevelData>
21createLevelDataFromLevelSettings(::LevelSettings
const& levelSettings, ::std::string
const& levelName);
23MCAPI
void setDifficulty(
24 ::LevelData& levelData,
25 ::SharedTypes::Legacy::Difficulty difficulty,
26 ::IMinecraftEventing* eventing,
Definition IMinecraftEventing.h:137
Definition LevelData.h:50
Definition LevelSettings.h:39