LeviLamina
Loading...
Searching...
No Matches
ScriptMessageReceiveEventFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ScriptModuleMinecraft::EventFilters { struct ScriptMessageReceiveEventFilterData; }
8namespace Scripting { struct InterfaceBinding; }
9// clang-format on
10
11namespace ScriptModuleMinecraft::EventFilters {
12
14public:
15 // ScriptMessageReceiveEventFilter inner types define
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mNamespaceIds;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::Scripting::InterfaceBinding bind();
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCFOLD void $dtor();
42 // NOLINTEND
43};
44
45} // namespace ScriptModuleMinecraft::EventFilters
Definition ScriptMessageReceiveEventFilterData.h:7
Definition ScriptMessageReceiveEventFilter.h:13
Definition InterfaceBinding.h:16