LeviLamina
Loading...
Searching...
No Matches
ChemistryIngredient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/CompoundType.h"
7
#include "mc/world/level/block/ElementType.h"
8
9
struct
ChemistryIngredient
{
10
public
:
11
// member variables
12
// NOLINTBEGIN
13
::ll::UntypedStorage<8, 128>
mUnkb02e94;
14
// NOLINTEND
15
16
public
:
17
// prevent constructor by default
18
ChemistryIngredient
& operator=(
ChemistryIngredient
const
&);
19
ChemistryIngredient
(
ChemistryIngredient
const
&);
20
ChemistryIngredient
();
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
ChemistryIngredient
(::CompoundType compound,
int
stackCount);
26
27
MCAPI
ChemistryIngredient
(::ElementType element,
int
stackCount);
28
29
MCAPI
~ChemistryIngredient
();
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor(::CompoundType compound,
int
stackCount);
36
37
MCAPI
void
* $ctor(::ElementType element,
int
stackCount);
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
MCFOLD
void
$dtor();
44
// NOLINTEND
45
};
ChemistryIngredient
Definition
ChemistryIngredient.h:9
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
containers
managers
controllers
ChemistryIngredient.h
Generated on Sat Apr 26 2025 05:56:08 for LeviLamina by
1.12.0