3#include "mc/_HeaderOutputPredefine.h"
12namespace Core {
class Path; }
13namespace Core {
class Result; }
20MCNAPI ::Core::Result createNewLevelDirectory(::Core::Path
const& pathToLevel);
23MCNAPI
bool extinguishFire(
24 ::IBlockSource& region,
25 ::BlockPos
const& pos,
28 ::LevelSoundManager& levelSoundManager,
29 ::Player* primaryPlayer
Definition IBlockSource.h:38
Definition LevelSoundManager.h:26