LeviLamina
Loading...
Searching...
No Matches
Impl.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
10
class
BaseGameVersion
;
11
class
Experiments
;
12
class
ItemRegistryRef
;
13
class
Level
;
14
class
ServerScriptManager
;
15
// clang-format on
16
17
namespace
VanillaWorldSystems {
18
19
class
Impl
{
20
public
:
21
// prevent constructor by default
22
Impl
();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
Impl
(
28
::Bedrock::NonOwnerPointer<::Level>
const
& level,
29
::Experiments
const
& experiments,
30
::BaseGameVersion
const
& baseGameVersion,
31
::ItemRegistryRef
itemRegistry,
32
::ServerScriptManager
const
* scriptManager
33
);
34
35
MCAPI
~Impl
();
36
// NOLINTEND
37
38
public
:
39
// static variables
40
// NOLINTBEGIN
41
MCAPI static ::std::weak_ptr<::VanillaWorldSystems::Impl>& mInstance();
42
// NOLINTEND
43
44
public
:
45
// constructor thunks
46
// NOLINTBEGIN
47
MCAPI
void
* $ctor(
48
::Bedrock::NonOwnerPointer<::Level>
const
& level,
49
::Experiments
const
& experiments,
50
::BaseGameVersion
const
& baseGameVersion,
51
::ItemRegistryRef
itemRegistry,
52
::ServerScriptManager
const
* scriptManager
53
);
54
// NOLINTEND
55
56
public
:
57
// destructor thunk
58
// NOLINTBEGIN
59
MCAPI
void
$dtor();
60
// NOLINTEND
61
};
62
63
}
// namespace VanillaWorldSystems
BaseGameVersion
Definition
BaseGameVersion.h:8
Bedrock::NonOwnerPointer
Definition
NonOwnerPointer.h:9
Experiments
Definition
Experiments.h:14
ItemRegistryRef
Definition
ItemRegistryRef.h:34
Level
Definition
Level.h:247
ServerScriptManager
Definition
ServerScriptManager.h:73
VanillaWorldSystems::Impl
Definition
Impl.h:19
src-server
mc
world
vanilla_world_systems
Impl.h
Generated on Tue Nov 25 2025 04:01:01 for LeviLamina by
1.12.0