21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::Recipe>> mRecipe;
22 ::ll::TypedStorage<4, 4, int> mItemData;
23 ::ll::TypedStorage<4, 4, int> mItemAux;
24 ::ll::TypedStorage<8, 48, ::HashedString> mTag;
25 ::ll::TypedStorage<8, 64, ::NetworkItemInstanceDescriptor> mItemResult;
26 ::ll::TypedStorage<4, 4, ::CraftingDataEntryType> mEntryType;
44 MCAPI
void fillFromRecipe(
::Recipe const& recipe);
Definition CraftingDataEntry.h:17