3#include "mc/_HeaderOutputPredefine.h" 
    6#include "mc/world/item/CompoundType.h" 
    7#include "mc/world/level/block/ElementType.h" 
   35    MCNAPI 
void* 
$ctor(::CompoundType compound, 
int stackCount);
 
   37    MCNAPI 
void* 
$ctor(::ElementType element, 
int stackCount);
 
 
Definition ChemistryIngredient.h:9
MCAPI void * $ctor(::CompoundType compound, int stackCount)
MCAPI ~ChemistryIngredient()
MCAPI ChemistryIngredient(::CompoundType compound, int stackCount)
MCAPI void * $ctor(::ElementType element, int stackCount)
MCAPI ChemistryIngredient(::ElementType element, int stackCount)