LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingDescription.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
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ::std::string const& getName() const /*override*/;
25
26 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
27
28 virtual ~BlockRandomTickingDescription() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // static variables
33 // NOLINTBEGIN
34 MCAPI static ::std::string const& NameID();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40 MCAPI ::std::string const& $getName() const;
41
42 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BlockComponentStorage.h:58
Definition BlockComponentDescription.h:20
Definition BlockRandomTickingDescription.h:14
static MCAPI void ** $vftable()