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);
49 MCAPI
void addMultiRecipe(
::Recipes& recipes)
const;
51 MCAPI
void addSmithingTransformRecipe(
::Recipes& recipes)
const;
58 MCAPI
void fillFromRecipe(
::Recipe const& recipe);
64 MCAPI ~CraftingDataEntry();
70 MCAPI
void* $ctor(::CraftingDataEntry&& entry);