LeviLamina
Loading...
Searching...
No Matches
DeprecatedDefinitionEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/legacy/DefinitionTrigger.h"
7#include "mc/deps/shared_types/legacy/ExpressionNode.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace SharedTypes::Legacy { struct EventResponseBase; }
12// clang-format on
13
14namespace SharedTypes::v1_26_10::BlockDefinition {
15
16struct DeprecatedDefinitionEvent {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, float> mProbability;
21 ::ll::TypedStorage<8, 48, ::SharedTypes::Legacy::ExpressionNode> mCondition;
22 ::ll::TypedStorage<4, 4, int> mType;
23 ::ll::TypedStorage<8, 88, ::SharedTypes::Legacy::DefinitionTrigger> mTrigger;
24 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_26_10::BlockDefinition::DeprecatedDefinitionEvent>>
25 mChildren;
26 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::SharedTypes::Legacy::EventResponseBase>>> mResponses;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 DeprecatedDefinitionEvent();
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38 MCAPI DeprecatedDefinitionEvent(::SharedTypes::v1_26_10::BlockDefinition::DeprecatedDefinitionEvent const&);
39
40 MCAPI ::SharedTypes::v1_26_10::BlockDefinition::DeprecatedDefinitionEvent&
42
43 MCAPI ::SharedTypes::v1_26_10::BlockDefinition::DeprecatedDefinitionEvent&
45
46 MCAPI ~DeprecatedDefinitionEvent();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
53
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCAPI void $dtor();
61 // NOLINTEND
62};
63
64} // namespace SharedTypes::v1_26_10::BlockDefinition
Definition EventResponseBase.h:7