LeviLamina
Loading...
Searching...
No Matches
LevelChunkEventManagerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/ILevelChunkEventManagerProxy.h"
7
8// auto generated forward declare list
9// clang-format off
10class ChunkSource;
11class LevelChunk;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 1
19 virtual bool isReadOnly(::LevelChunk const& levelChunk) const /*override*/;
20
21 // vIndex: 2
22 virtual bool setOnChunkLoadedCalled(::LevelChunk& levelChunk) /*override*/;
23
24 // vIndex: 3
25 virtual void onTickingStarted(::LevelChunk& levelChunk) /*override*/;
26
27 // vIndex: 4
28 virtual void setupRedstoneCircuit(::ChunkSource& chunkSource, ::LevelChunk& levelChunk) /*override*/;
29
30 // vIndex: 5
31 virtual int getClosestPlayerDistanceSquared(::LevelChunk const& levelChunk) const /*override*/;
32
33 // vIndex: 6
34 virtual bool isOwnedByTickingThread(::LevelChunk const& levelChunk) const /*override*/;
35
36 // vIndex: 7
37 virtual void onTickingStopped(::LevelChunk& levelChunk) /*override*/;
38
39 // vIndex: 0
40 virtual ~LevelChunkEventManagerProxy() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCAPI bool $isReadOnly(::LevelChunk const& levelChunk) const;
47
48 MCAPI bool $setOnChunkLoadedCalled(::LevelChunk& levelChunk);
49
50 MCAPI void $onTickingStarted(::LevelChunk& levelChunk);
51
52 MCAPI void $setupRedstoneCircuit(::ChunkSource& chunkSource, ::LevelChunk& levelChunk);
53
54 MCAPI int $getClosestPlayerDistanceSquared(::LevelChunk const& levelChunk) const;
55
56 MCAPI bool $isOwnedByTickingThread(::LevelChunk const& levelChunk) const;
57
58 MCAPI void $onTickingStopped(::LevelChunk& levelChunk);
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition ChunkSource.h:34
Definition ILevelChunkEventManagerProxy.h:11
Definition LevelChunkEventManagerProxy.h:14
static MCAPI void ** $vftable()
Definition LevelChunk.h:74