LeviLamina
Loading...
Searching...
No Matches
CommandBlockDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, int> mCurrentTickCount;
18 ::ll::TypedStorage<4, 4, int> mTicksPerCommand;
19 ::ll::TypedStorage<1, 1, bool> mTicking;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual char const* getJsonName() const /*override*/;
26
27 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33 MCFOLD char const* $getJsonName() const;
34
35 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
36
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition ActorComponentDescription.h:8
Definition CommandBlockDescription.h:13
static MCAPI void ** $vftable()
Definition DeserializeDataParams.h:13