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;
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13class DynamicPropertiesManager {
14public:
15 // member variables
16 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 DynamicPropertiesManager& operator=(DynamicPropertiesManager const&);
27 DynamicPropertiesManager(DynamicPropertiesManager const&);
28 DynamicPropertiesManager();
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35 MCNAPI void addBytesSaved(::DynamicProperties const& properties);
36
37 MCNAPI ::DynamicProperties& getOrAddLevelDynamicProperties();
38
39 MCNAPI uint64 getTotalBytesSaved() const;
40
41 MCNAPI void readFromLevelStorage(::LevelStorage& levelStorage);
42
43 MCNAPI void registerLevelStorageManagerListener(::ILevelStorageManagerConnector& levelStorageManagerConnector);
44
45 MCNAPI void tick();
46
47 MCNAPI void writeToLevelStorage(::LevelStorage& levelStorage);
48
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCNAPI void* $ctor(::cereal::ReflectionCtx const& ctx);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
MCAPI uint64 getTotalBytesSaved() const
MCAPI void * $ctor(::cereal::ReflectionCtx const &ctx)
MCAPI DynamicPropertiesManager(::cereal::ReflectionCtx const &ctx)
MCAPI void addBytesSaved(::DynamicProperties const &properties)
MCAPI::DynamicProperties & getOrAddLevelDynamicProperties()
MCAPI void registerLevelStorageManagerListener(::ILevelStorageManagerConnector &levelStorageManagerConnector)
MCAPI void writeToLevelStorage(::LevelStorage &levelStorage)
MCAPI void readFromLevelStorage(::LevelStorage &levelStorage)
Definition DynamicProperties.h:14
Definition ILevelStorageManagerConnector.h:13
Definition LevelStorage.h:26
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14