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
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, float> mMinimumFallDistance;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ::std::string const& getName() const /*override*/;
25
26 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static ::std::string const& NameID();
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCAPI ::std::string const& $getName() const;
45
46 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BlockComponentStorage.h:63
Definition BlockEntityFallOnConfigurationComponentDescription.h:14
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5