LeviLamina
Loading...
Searching...
No Matches
HasItemFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/commands/CommandIntegerRange.h"
7
8struct HasItemFilter {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> itemName;
13 ::ll::TypedStorage<4, 8, ::std::optional<int>> auxValue;
14 ::ll::TypedStorage<4, 12, ::CommandIntegerRange> quantity;
15 ::ll::TypedStorage<8, 32, ::std::string> location;
16 ::ll::TypedStorage<4, 12, ::CommandIntegerRange> slot;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 HasItemFilter(HasItemFilter const&);
22 HasItemFilter();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ::HasItemFilter& operator=(::HasItemFilter const&);
28
29 MCAPI ~HasItemFilter();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};