LeviLamina
Loading...
Searching...
No Matches
BlockCollisionBoxDescription.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
11class CompoundTag;
12class Vec3;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 1
35 virtual ::std::string const& getName() const /*override*/;
36
37 // vIndex: 2
38 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
39
40 // vIndex: 4
41 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
42
43 // vIndex: 7
44 virtual bool isNetworkComponent() const /*override*/;
45
46 // vIndex: 8
47 virtual ::std::unique_ptr<::CompoundTag> buildNetworkTag(::cereal::ReflectionCtx const& ctx) const /*override*/;
48
49 // vIndex: 9
50 virtual void initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx) /*override*/;
51
52 // vIndex: 0
53 virtual ~BlockCollisionBoxDescription() /*override*/;
54 // NOLINTEND
55
56public:
57 // member functions
58 // NOLINTBEGIN
59 MCAPI explicit BlockCollisionBoxDescription(bool enabled);
60
61 MCAPI BlockCollisionBoxDescription(::Vec3 const& origin, ::Vec3 const& size);
62 // NOLINTEND
63
64public:
65 // static variables
66 // NOLINTBEGIN
67 MCAPI static ::std::string const& NameID();
68 // NOLINTEND
69
70public:
71 // constructor thunks
72 // NOLINTBEGIN
73 MCAPI void* $ctor(bool enabled);
74
75 MCAPI void* $ctor(::Vec3 const& origin, ::Vec3 const& size);
76 // NOLINTEND
77
78public:
79 // destructor thunk
80 // NOLINTBEGIN
81 MCFOLD void $dtor();
82 // NOLINTEND
83
84public:
85 // virtual function thunks
86 // NOLINTBEGIN
87 MCAPI ::std::string const& $getName() const;
88
89 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
90
91 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
92
93 MCFOLD bool $isNetworkComponent() const;
94
95 MCFOLD ::std::unique_ptr<::CompoundTag> $buildNetworkTag(::cereal::ReflectionCtx const& ctx) const;
96
97 MCFOLD void $initializeFromNetwork(::CompoundTag const& tag, ::cereal::ReflectionCtx const& ctx);
98 // NOLINTEND
99
100public:
101 // vftables
102 // NOLINTBEGIN
103 MCAPI static void** $vftable();
104 // NOLINTEND
105};
Definition BlockComponentStorage.h:8
Definition CompoundTag.h:13
Definition Vec3.h:10
Definition BlockCollisionBoxDescription.h:16
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14