21class CraftingDataEntry {
25 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Recipe>> mRecipe;
26 ::ll::TypedStorage<4, 4, int> mItemData;
27 ::ll::TypedStorage<4, 4, int> mItemAux;
28 ::ll::TypedStorage<8, 48, ::HashedString> mTag;
29 ::ll::TypedStorage<8, 64, ::NetworkItemInstanceDescriptor> mItemResult;
30 ::ll::TypedStorage<4, 4, ::CraftingDataEntryType> mEntryType;
35 CraftingDataEntry& operator=(CraftingDataEntry
const&);
36 CraftingDataEntry(CraftingDataEntry
const&);
42 MCAPI CraftingDataEntry(::CraftingDataEntry&& entry);
48 MCAPI_C
void addMultiRecipe(
::Recipes& recipes)
const;
50 MCAPI_C
void addSmithingTransformRecipe(
::Recipes& recipes)
const;
56 MCAPI
void fillFromRecipe(
::Recipe const& recipe);
60 MCAPI ~CraftingDataEntry();
66 MCAPI
void* $ctor(::CraftingDataEntry&& entry);