LeviLamina
Loading...
Searching...
No Matches
ExperienceRewardComponentDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/ExpressionNode.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_110 {
14
15struct ExperienceRewardComponentDefinition {
16public:
17 // ExperienceRewardComponentDefinition inner types define
18 using ExpressionNode = ::SharedTypes::Legacy::ExpressionNode;
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mOnBred;
24 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mOnDeath;
25 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ExpressionNode>> mOnBredArray;
26 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::Legacy::ExpressionNode>> mOnDeathArray;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 ExperienceRewardComponentDefinition();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ExperienceRewardComponentDefinition(::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition&&);
37
38 MCAPI ExperienceRewardComponentDefinition(::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition const&);
39
40 MCAPI void addBredExpressionNode(::SharedTypes::Legacy::ExpressionNode const& expr);
41
42 MCAPI void addDeathExpressionNode(::SharedTypes::Legacy::ExpressionNode const& expr);
43
44 MCAPI ::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition&
46
47 MCAPI ::SharedTypes::v1_21_110::ExperienceRewardComponentDefinition&
49
50 MCAPI ~ExperienceRewardComponentDefinition();
51 // NOLINTEND
52
53public:
54 // static functions
55 // NOLINTBEGIN
56 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
57 // NOLINTEND
58
59public:
60 // static variables
61 // NOLINTBEGIN
62 MCAPI static ::std::string_view const& NAME();
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
69
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCAPI void $dtor();
77 // NOLINTEND
78};
79
80} // namespace SharedTypes::v1_21_110
Definition ExpressionNode.h:12
Definition ExperienceRewardComponentDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5