LeviLamina
Loading...
Searching...
No Matches
ScriptCommandMessageEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Level;
8struct ActorUniqueID;
9struct BlockObject;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 32, ::std::string> mMessageId;
17 ::ll::TypedStorage<8, 32, ::std::string> mMessageValue;
18 ::ll::TypedStorage<8, 8, ::Level const&> mLevel;
19 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mSourceActor;
20 ::ll::TypedStorage<8, 32, ::std::optional<::BlockObject>> mBlockObject;
21 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mInitiator;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCFOLD void $dtor();
34 // NOLINTEND
35};
Definition Level.h:234
Definition ActorUniqueID.h:5
Definition BlockObject.h:5
Definition ScriptCommandMessageEvent.h:12