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
8namespace Scripting { struct InterfaceBinding; }
9// clang-format on
10
11namespace ScriptModuleMinecraft {
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> mAllowNestedStorageItems;
18 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mBannedItemsDescriptor;
19 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mAllowedItemsDescriptor;
20 ::ll::TypedStorage<4, 8, ::std::optional<int>> mWeightLimit;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ::std::vector<::std::string> _getAllowedItems() const;
27
28 MCAPI ::std::vector<::std::string> _getBannedItems() const;
29
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::InterfaceBinding bind();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44};
45
46} // namespace ScriptModuleMinecraft
Definition ItemDescriptor.h:23
Definition ScriptContainerRules.h:13
Definition InterfaceBinding.h:16