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/level/block/components/BlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual ::std::string const& getName() const /*override*/;
34
35 // vIndex: 2
36 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
37
38 // vIndex: 0
39 virtual ~BlockQueuedTickingDescription() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // static variables
44 // NOLINTBEGIN
45 MCNAPI static ::std::string const& NameID();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCNAPI ::std::string const& $getName() const;
52
53 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCNAPI static void** $vftable();
60 // NOLINTEND
61};
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockQueuedTickingDescription.h:13
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
static MCAPI ::std::string const & NameID()
MCAPI::std::string const & $getName() const
static MCAPI void ** $vftable()
Definition Alias.h:14