LeviLamina
Loading...
Searching...
No Matches
CommandRegistryArguments.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9namespace mce { class UUID; }
10// clang-format on
11
13public:
14 // CommandRegistryArguments inner types define
15 using AutoCompletePlayerList = ::std::string (*)(
16 ::std::string const&,
17 ::std::unordered_map<::mce::UUID, ::PlayerListEntry> const&,
19 );
20
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<1, 1, bool> mIsEduMode;
25 ::ll::TypedStorage<
26 8,
27 8,
28 ::std::string (*)(
29 ::std::string const&,
30 ::std::unordered_map<::mce::UUID, ::PlayerListEntry> const&,
32 )>
33 mAutoCompletePlayerMention;
34 // NOLINTEND
35};
Definition PlayerListEntry.h:20
Definition UUID.h:7
Definition AutoCompleteInformation.h:10
Definition CommandRegistryArguments.h:12