3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
15namespace VanillaWorldSystems {
class Impl; }
18namespace VanillaWorldSystems {
21MCAPI ::std::shared_ptr<::VanillaWorldSystems::Impl> init(
22 ::Bedrock::NonOwnerPointer<::Level>
const& level,
23 ::Experiments
const& experiments,
24 ::BaseGameVersion
const& baseGameVersion,
25 ::ItemRegistryRef itemRegistry,
26 ::ServerScriptManager
const* scriptManager
Definition BaseGameVersion.h:8
Definition Experiments.h:14
Definition ItemRegistryRef.h:36
Definition ServerScriptManager.h:74