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;
26 MCAPI ::std::vector<::std::string> _getAllowedItems()
const;
28 MCAPI ::std::vector<::std::string> _getBannedItems()
const;
30 MCAPI
void _setAllowedItems(::std::vector<::std::string>
const& allowedItems);
32 MCAPI
void _setBannedItems(::std::vector<::std::string>
const& bannedItems);
40 MCAPI static ::Scripting::InterfaceBinding bind();