LeviLamina
Loading...
Searching...
No Matches
Safety.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/safety/ReportArea.h"
7#include "mc/client/safety/ReportReason.h"
8#include "mc/server/safety/ChatFloodingAction.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace Safety { struct ChatFloodingActionEnumHasher; }
13// clang-format on
14
15namespace Safety {
16// static variables
17// NOLINTBEGIN
18MCNAPI ::std::unordered_map<::std::string, ::Safety::ChatFloodingAction> const& ChatFloodingActionEnumMap();
19
20MCNAPI ::std::unordered_map<
21 ::Safety::ChatFloodingAction,
22 ::std::string,
23 ::Safety::ChatFloodingActionEnumHasher,
24 ::std::equal_to<::Safety::ChatFloodingAction>> const&
25ChatFloodingActionEnumToStringMap();
26
27MCNAPI_C ::std::unordered_map<::Safety::ReportArea, ::std::string> const& ReportAreaEnumMap();
28
29MCNAPI_C ::std::unordered_map<::Safety::ReportReason, ::std::string> const& ReportReasonEnumMap();
30// NOLINTEND
31
32} // namespace Safety
Definition ChatFloodingActionEnumHasher.h:7