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