LeviLamina
Loading...
Searching...
No Matches
LevelStorageObserver.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
LevelStorageObserver
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const
&)>> mOnSaveCallback;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCNAPI
void
onSave
(::std::string
const
& levelId);
16
// NOLINTEND
17
};
LevelStorageObserver
Definition
LevelStorageObserver.h:5
LevelStorageObserver::onSave
MCAPI void onSave(::std::string const &levelId)
src
mc
world
level
storage
LevelStorageObserver.h
Generated on
for LeviLamina by
1.16.1