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 // vIndex: 1
25 virtual ::std::string const& getName() const /*override*/;
26
27 // vIndex: 2
28 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
29
30 // vIndex: 0
31 virtual ~BlockRandomTickingDescription() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCAPI static ::std::string const& NameID();
38 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI ::std::string const& $getName() const;
44
45 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCNAPI static void** $vftable();
52 // NOLINTEND
53};
Definition BlockComponentStorage.h:53
Definition BlockComponentDescription.h:20
Definition BlockRandomTickingDescription.h:14
static MCAPI void ** $vftable()