LeviLamina
Loading...
Searching...
No Matches
DefinitionEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/molang/ExpressionNode.h"
7#include "mc/world/actor/DefinitionEventType.h"
8#include "mc/world/actor/DefinitionTrigger.h"
9#include "mc/world/response/EventResponseCollection.h"
10
11// auto generated forward declare list
12// clang-format off
13class RenderParams;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mProbability;
22 ::ll::TypedStorage<8, 16, ::ExpressionNode> mCondition;
23 ::ll::TypedStorage<4, 4, ::DefinitionEventType> mType;
24 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mTrigger;
25 ::ll::TypedStorage<8, 24, ::std::vector<::DefinitionEvent>> mChildren;
26 ::ll::TypedStorage<8, 24, ::EventResponseCollection> mResponses;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
39
40 MCNAPI void evaluateEvent(::RenderParams& params, ::std::vector<::DefinitionModifier>& modifications) const;
41
42 MCNAPI ::DefinitionEvent& operator=(::DefinitionEvent const&);
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCNAPI void* $ctor(::DefinitionEvent const&);
51
52 MCNAPI void* $ctor(::DefinitionEvent&&);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
Definition DefinitionEvent.h:17
MCAPI ~DefinitionEvent()
MCAPI DefinitionEvent(::DefinitionEvent const &)
MCAPI void $dtor()
MCAPI void * $ctor(::DefinitionEvent &&)
MCAPI void evaluateEvent(::RenderParams &params, ::std::vector<::DefinitionModifier > &modifications) const
MCAPI void * $ctor(::DefinitionEvent const &)
MCAPI DefinitionEvent(::DefinitionEvent &&)
MCAPI::DefinitionEvent & operator=(::DefinitionEvent const &)
Definition RenderParams.h:30
Definition DefinitionModifier.h:5