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 ::Bedrock::UniqueOwnerPointer<::LevelData>
21createLevelDataFromLevelSettings(
::LevelSettings const& levelSettings, ::std::string
const& levelName);
23MCAPI
void setDifficulty(
25 ::SharedTypes::Legacy::Difficulty difficulty,
Definition IMinecraftEventing.h:143
Definition LevelData.h:48
Definition LevelSettings.h:36