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 // virtual functions
26 // NOLINTBEGIN
27 virtual ::std::string const& getName() const /*override*/;
28
29 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
30
31 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI BlockPrecipitationInteractionsComponentDescription();
38
39 MCAPI explicit BlockPrecipitationInteractionsComponentDescription(::PrecipitationBehavior behavior);
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
53 MCAPI static ::std::string const& PrecipitationBehaviorID();
54
55 MCAPI static ::std::string const& SchemaID();
56
57 MCAPI static ::SemVersion const& Version1_21_120();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor();
64
65 MCAPI void* $ctor(::PrecipitationBehavior behavior);
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI ::std::string const& $getName() const;
72
73 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
74
75 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
76
77
78 // NOLINTEND
79
80public:
81 // vftables
82 // NOLINTBEGIN
83 MCNAPI static void** $vftable();
84 // NOLINTEND
85};
Definition BlockComponentStorage.h:63
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5