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