LeviLamina
Loading...
Searching...
No Matches
ExperienceRewardDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace SharedTypes::Legacy { struct ExpressionNode; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_110 {
12
14public:
15 // member variables
16 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
35
37
38 MCNAPI ::SharedTypes::v1_21_110::ExperienceRewardDefinition&
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCNAPI static ::std::string_view const& NAME();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_110
Definition ExpressionNode.h:28
Definition ExpressionNode.h:12
Definition ExperienceRewardDefinition.h:13
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::std::string_view const & NAME()
MCAPI ExperienceRewardDefinition(::SharedTypes::v1_21_110::ExperienceRewardDefinition &&)
MCAPI void addBredExpressionNode(::SharedTypes::Legacy::ExpressionNode const &expr)
MCAPI::SharedTypes::v1_21_110::ExperienceRewardDefinition & operator=(::SharedTypes::v1_21_110::ExperienceRewardDefinition &&)
MCAPI void addDeathExpressionNode(::SharedTypes::Legacy::ExpressionNode const &expr)
MCAPI void * $ctor(::SharedTypes::v1_21_110::ExperienceRewardDefinition &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14