LeviLamina
Loading...
Searching...
No Matches
CommandMessage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandMessageParams.h"
7#include "mc/server/commands/CommandSelector.h"
8
9// auto generated forward declare list
10// clang-format off
11class Actor;
12class CommandOrigin;
14// clang-format on
15
17public:
18 // CommandMessage inner types declare
19 // clang-format off
20 struct MessageComponent;
21 // clang-format on
22
23 // CommandMessage inner types define
25 public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 32, ::std::string> string;
29 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CommandSelector<::Actor>>> selection;
30 // NOLINTEND
31 };
32
33public:
34 // member variables
35 // NOLINTBEGIN
36 ::ll::TypedStorage<8, 24, ::std::vector<::CommandMessage::MessageComponent>> mData;
37 ::ll::TypedStorage<1, 1, ::CommandMessageParams const> mParameters;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ::GenerateMessageResult generateMessage(::CommandOrigin const& origin, int maxLength) const;
44 // NOLINTEND
45};
Definition Actor.h:102
Definition CommandMessage.h:16
Definition CommandOrigin.h:32
Definition CommandMessage.h:24
Definition GenerateMessageResult.h:5