LeviLamina
Loading...
Searching...
No Matches
BlockTickConfigurationComponentDescription.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
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::std::string const& getName() const /*override*/;
33
34 // vIndex: 2
35 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
36
37 // vIndex: 0
38 virtual ~BlockTickConfigurationComponentDescription() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static variables
43 // NOLINTBEGIN
44 MCNAPI static ::std::string const& NameID();
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI ::std::string const& $getName() const;
51
52 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCNAPI static void** $vftable();
59 // NOLINTEND
60};
Definition BlockComponentStorage.h:8
Definition BlockTickConfigurationComponentDescription.h:13
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
MCAPI::std::string const & $getName() const
static MCAPI ::std::string const & NameID()
Definition BlockComponentDescription.h:20
Definition Alias.h:14