LeviLamina
Loading...
Searching...
No Matches
TickingAreaList.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/ticking/TickingAreaListBase.h"
7
8// auto generated forward declare list
9// clang-format off
10class ITickingArea;
11class LevelStorage;
12class Vec3;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual bool removeDistantEntityAreasAndCheckForRemoved(
20 ::std::vector<::Vec3> const& playerPositions,
21 ::std::function<void(::ITickingArea const&)> requeue,
22 ::LevelStorage& levelStorage
23 ) /*override*/;
24
25 virtual ~TickingAreaList() /*override*/;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI bool $removeDistantEntityAreasAndCheckForRemoved(
38 ::std::vector<::Vec3> const& playerPositions,
39 ::std::function<void(::ITickingArea const&)> requeue,
40 ::LevelStorage& levelStorage
41 );
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition ITickingArea.h:25
Definition LevelStorage.h:25
Definition TickingAreaListBase.h:15
Definition TickingAreaList.h:15
static MCAPI void ** $vftable()
Definition Vec3.h:10