LeviLamina
Loading...
Searching...
No Matches
TickTimeManagerProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/world/level/ITickTimeManagerProxy.h"
8
9// auto generated forward declare list
10// clang-format off
11class LevelData;
12struct Tick;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::LevelData> const> mLevelData;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~TickTimeManagerProxy() /*override*/ = default;
27
28 // vIndex: 1
29 virtual bool shouldUpdateWorldTime() const /*override*/;
30
31 // vIndex: 2
32 virtual void setWorldTickTime(int time) /*override*/;
33
34 // vIndex: 3
35 virtual int getWorldTickTime() const /*override*/;
36
37 // vIndex: 4
38 virtual void incrementCurrentTick() /*override*/;
39
40 // vIndex: 5
41 virtual ::Tick getCurrentTick() const /*override*/;
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI bool $shouldUpdateWorldTime() const;
48
49 MCAPI void $setWorldTickTime(int time);
50
51 MCAPI int $getWorldTickTime() const;
52
53 MCAPI void $incrementCurrentTick();
54
55 MCAPI ::Tick $getCurrentTick() const;
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ITickTimeManagerProxy.h:10
Definition LevelData.h:49
Definition TickTimeManagerProxy.h:15
static MCAPI void ** $vftable()
Definition Tick.h:5