LeviLamina
Loading...
Searching...
No Matches
BlockPrecipitationInteractionsComponentDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7#include "mc/world/level/block/components/PrecipitationBehavior.h"
8
9// auto generated forward declare list
10// clang-format off
12class SemVersion;
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct BlockPrecipitationInteractionsComponentDescription
17: public ::NetworkedBlockComponentDescription<::BlockPrecipitationInteractionsComponentDescription> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, ::PrecipitationBehavior> mBehavior;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 BlockPrecipitationInteractionsComponentDescription();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ::std::string const& getName() const /*override*/;
32
33 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34
35 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
36
37 virtual ~BlockPrecipitationInteractionsComponentDescription() /*override*/;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI explicit BlockPrecipitationInteractionsComponentDescription(::PrecipitationBehavior behavior);
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCAPI static ::std::string const& NameID();
56
57 MCAPI static ::std::string const& PrecipitationBehaviorID();
58
59 MCAPI static ::std::string const& SchemaID();
60
61 MCAPI static ::SemVersion const& Version1_21_120();
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67 MCAPI void* $ctor(::PrecipitationBehavior behavior);
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCFOLD void $dtor();
74 // NOLINTEND
75
76public:
77 // virtual function thunks
78 // NOLINTBEGIN
79 MCAPI ::std::string const& $getName() const;
80
81 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
82
83 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
84
85
86 // NOLINTEND
87
88public:
89 // vftables
90 // NOLINTBEGIN
91 MCNAPI static void** $vftable();
92 // NOLINTEND
93};
Definition BlockComponentStorage.h:58
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5