LeviLamina
Loading...
Searching...
No Matches
ILevelChunkEventManagerConnector.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/pub_sub/Connector.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ChunkSource
;
11
class
LevelChunk
;
12
// clang-format on
13
14
class
ILevelChunkEventManagerConnector
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
// vIndex: 0
19
virtual
~ILevelChunkEventManagerConnector
() =
default
;
20
21
// vIndex: 1
22
virtual ::Bedrock::PubSub::Connector<void(
::ChunkSource
&,
::LevelChunk
&,
int
)>& getOnChunkLoadedConnector() = 0;
23
24
// vIndex: 2
25
virtual ::Bedrock::PubSub::Connector<void(
::ChunkSource
&,
::LevelChunk
&)>& getOnChunkReloadedConnector() = 0;
26
27
// vIndex: 3
28
virtual ::Bedrock::PubSub::Connector<void(
::LevelChunk
&)>& getOnChunkDiscardedConnector() = 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
ChunkSource
Definition
ChunkSource.h:34
ILevelChunkEventManagerConnector
Definition
ILevelChunkEventManagerConnector.h:14
LevelChunk
Definition
LevelChunk.h:73
src
mc
world
level
chunk
ILevelChunkEventManagerConnector.h
Generated on Sat Apr 26 2025 05:56:23 for LeviLamina by
1.12.0