LeviLamina
Loading...
Searching...
No Matches
VanillaWorldSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class BaseGameVersion;
11class Experiments;
12class ItemRegistryRef;
13class Level;
15namespace VanillaWorldSystems { class Impl; }
16// clang-format on
17
18namespace VanillaWorldSystems {
19// functions
20// NOLINTBEGIN
21MCAPI ::std::shared_ptr<::VanillaWorldSystems::Impl> init(
23 ::Experiments const& experiments,
24 ::BaseGameVersion const& baseGameVersion,
25 ::ItemRegistryRef itemRegistry,
26 ::ServerScriptManager const* scriptManager
27);
28// NOLINTEND
29
30} // namespace VanillaWorldSystems
Definition BaseGameVersion.h:13
Definition NonOwnerPointer.h:9
Definition Experiments.h:14
Definition ItemRegistryRef.h:29
Definition Level.h:234
Definition ServerScriptManager.h:67