LeviLamina
Loading...
Searching...
No Matches
BlockQueuedTickingDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/level/block/components/BlockComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMinTicks;
20 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMaxTicks;
21 ::ll::TypedStorage<1, 1, bool> mLooping;
22 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ::std::string const& getName() const /*override*/;
29
30 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
31
32 virtual ~BlockQueuedTickingDescription() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCAPI static ::std::string const& NameID();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI ::std::string const& $getName() const;
51
52 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
53
54
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition BlockComponentStorage.h:58
Definition BlockComponentDescription.h:20
Definition BlockQueuedTickingDescription.h:15
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5