LeviLamina
Loading...
Searching...
No Matches
RecipeIngredientSet.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ItemStack
;
8
class
ItemStackBase
;
9
// clang-format on
10
11
class
RecipeIngredientSet
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 64, ::std::unordered_map<int, int>> mSet;
16
// NOLINTEND
17
18
public
:
19
// member functions
20
// NOLINTBEGIN
21
MCAPI_C
void
add(
::ItemStackBase
const
& item);
22
23
MCAPI_C
void
add(::std::vector<::ItemStack>
const
& list);
24
// NOLINTEND
25
26
public
:
27
// destructor thunk
28
// NOLINTBEGIN
29
MCFOLD_C
void
$dtor();
30
// NOLINTEND
31
};
ItemStackBase
Definition
ItemStackBase.h:44
ItemStack
Definition
ItemStack.h:26
RecipeIngredientSet
Definition
RecipeIngredientSet.h:11
src
mc
world
item
crafting
RecipeIngredientSet.h
Generated on
for LeviLamina by
1.16.1