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 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCAPI bool $removeDistantEntityAreasAndCheckForRemoved(
30 ::std::vector<::Vec3> const& playerPositions,
31 ::std::function<void(::ITickingArea const&)> requeue,
32 ::LevelStorage& levelStorage
33 );
34
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition ITickingArea.h:25
Definition LevelStorage.h:26
Definition TickingAreaListBase.h:16
Definition TickingAreaList.h:15
static MCAPI void ** $vftable()
Definition Vec3.h:10