LeviLamina
Loading...
Searching...
No Matches
DynamicPropertiesManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class LevelStorage;
10class ScriptStat;
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14class DynamicPropertiesManager {
15public:
16 // member variables
17 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 DynamicPropertiesManager& operator=(DynamicPropertiesManager const&);
30 DynamicPropertiesManager(DynamicPropertiesManager const&);
31 DynamicPropertiesManager();
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCNAPI ::std::optional<::ScriptStat> _collectMemoryStats(uint64, uint64, uint64);
39
40 MCNAPI ::std::optional<::ScriptStat> _collectPropertiesStats(uint64, uint64, uint64);
41
42 MCNAPI ::DynamicProperties& getOrAddLevelDynamicProperties();
43
44 MCNAPI void readFromLevelStorage(::LevelStorage& levelStorage);
45
46 MCNAPI void registerLevelStorageManagerListener(::ILevelStorageManagerConnector& levelStorageManagerConnector);
47
48 MCNAPI void writeToLevelStorage(::LevelStorage& levelStorage);
49
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCNAPI void* $ctor(::cereal::ReflectionCtx const& ctx);
57 // NOLINTEND
58
59public:
60 // destructor thunk
61 // NOLINTBEGIN
62 MCNAPI void $dtor();
63 // NOLINTEND
64};
MCAPI void * $ctor(::cereal::ReflectionCtx const &ctx)
MCAPI ::std::optional<::ScriptStat > _collectMemoryStats(uint64, uint64, uint64)
MCAPI DynamicPropertiesManager(::cereal::ReflectionCtx const &ctx)
MCAPI::DynamicProperties & getOrAddLevelDynamicProperties()
MCAPI void registerLevelStorageManagerListener(::ILevelStorageManagerConnector &levelStorageManagerConnector)
MCAPI void writeToLevelStorage(::LevelStorage &levelStorage)
MCAPI void readFromLevelStorage(::LevelStorage &levelStorage)
MCAPI ::std::optional<::ScriptStat > _collectPropertiesStats(uint64, uint64, uint64)
Definition DynamicProperties.h:14
Definition ILevelStorageManagerConnector.h:13
Definition LevelStorage.h:25
Definition ScriptStat.h:10
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14