17struct ScriptInventoryItemEventFilter {
25 ::ll::TypedStorage<8, 240, ::ScriptModuleMinecraft::EventFilters::ScriptInventoryItemEventFilterProcessedData>
27 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<int>>> mAllowedSlots;
28 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::std::string>>> mExcludeItems;
29 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::std::string>>> mExcludeTags;
30 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::std::string>>> mIncludeItems;
31 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::std::string>>> mIncludeTags;
32 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mIgnoreQuantityChange;
33 ::ll::TypedStorage<4, 8, ::std::optional<::ScriptModuleMinecraft::ScriptPlayerInventoryType>> mPlayerInventoryType;
38 ScriptInventoryItemEventFilter();
47 MCAPI ::ScriptModuleMinecraft::EventFilters::ScriptInventoryItemEventFilter&
50 MCAPI ::ScriptModuleMinecraft::EventFilters::ScriptInventoryItemEventFilter&
57 MCAPI ~ScriptInventoryItemEventFilter();
63 MCAPI static ::Scripting::InterfaceBinding bind();