LeviLamina
Loading...
Searching...
No Matches
BlockChestObstructionDescription.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#include "mc/world/level/block/components/ChestObstructionRule.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15struct BlockChestObstructionDescription : public ::BlockComponentDescription {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<1, 1, ::ChestObstructionRule> mChestObstructionRule;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 BlockChestObstructionDescription();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::std::string const& getName() const /*override*/;
30
31 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32
33 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit BlockChestObstructionDescription(::ChestObstructionRule obstructionRule);
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::string const& NameID();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::ChestObstructionRule obstructionRule);
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63 MCAPI ::std::string const& $getName() const;
64
65 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
66
67 MCFOLD void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
68
69
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
Definition BlockComponentStorage.h:63
static MCAPI void ** $vftable()
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5