LeviLamina
Loading...
Searching...
No Matches
ExpectedAnywhereConsume.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class ItemStack;
8// clang-format on
9
10struct ExpectedAnywhereConsume {
11public:
12 // member variables
13 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ExpectedAnywhereConsume& operator=(ExpectedAnywhereConsume const&);
21 ExpectedAnywhereConsume(ExpectedAnywhereConsume const&);
22 ExpectedAnywhereConsume();
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ExpectedAnywhereConsume(::ItemStack const& item, uint quantity);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI void* $ctor(::ItemStack const& item, uint quantity);
34 // NOLINTEND
35};
Definition ItemStack.h:35
MCAPI ExpectedAnywhereConsume(::ItemStack const &item, uint quantity)
MCAPI void * $ctor(::ItemStack const &item, uint quantity)
Definition Alias.h:14