LeviLamina
Loading...
Searching...
No Matches
ScriptCommandMessageEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/events/BlockObject.h"
8
9// auto generated forward declare list
10// clang-format off
11class Level;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mMessageId;
19 ::ll::TypedStorage<8, 32, ::std::string> mMessageValue;
20 ::ll::TypedStorage<8, 8, ::Level const&> mLevel;
21 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mSourceActor;
22 ::ll::TypedStorage<8, 32, ::std::optional<::BlockObject>> mBlockObject;
23 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mInitiator;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
Definition Level.h:238
Definition ScriptCommandMessageEvent.h:14