LeviLamina
Loading...
Searching...
No Matches
ExperienceRewardDefinition.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 ExperienceRewardDefinition {
16public:
17 // ExperienceRewardDefinition 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 ExperienceRewardDefinition& operator=(ExperienceRewardDefinition const&);
32 ExperienceRewardDefinition(ExperienceRewardDefinition const&);
33 ExperienceRewardDefinition();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ExperienceRewardDefinition(::SharedTypes::v1_21_110::ExperienceRewardDefinition&&);
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::ExperienceRewardDefinition&
46
47 MCAPI ~ExperienceRewardDefinition();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // static variables
58 // NOLINTBEGIN
59 MCAPI static ::std::string_view const& NAME();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCAPI void $dtor();
72 // NOLINTEND
73};
74
75} // namespace SharedTypes::v1_21_110
Definition ExpressionNode.h:12
Definition ExperienceRewardDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5