LeviLamina
Loading...
Searching...
No Matches
ScriptContainerRules.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct InterfaceBinding; }
8// clang-format on
9
10namespace ScriptModuleMinecraft {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::std::vector<::std::string> _getAllowedItems() const;
32
33 MCNAPI ::std::vector<::std::string> _getBannedItems() const;
34
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static ::Scripting::InterfaceBinding bind();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace ScriptModuleMinecraft
Definition ScriptContainerRules.h:12
MCAPI ::std::vector<::std::string > _getAllowedItems() const
static MCAPI ::Scripting::InterfaceBinding bind()
MCAPI ::std::vector<::std::string > _getBannedItems() const
Definition Alias.h:14