|
LeviLamina
|
Public Member Functions | |
| CraftingDataEntry & | operator= (CraftingDataEntry const &) |
| CraftingDataEntry (CraftingDataEntry const &) | |
| MCAPI | CraftingDataEntry (::CraftingDataEntry &&entry) |
| MCAPI void | fillFromFurnaceAuxRecipe (int itemData, ::ItemInstance const &result, ::HashedString const &tag) |
| MCAPI void | fillFromMultiRecipe (::MultiRecipe const &recipe) |
| MCAPI void | fillFromRecipe (::Recipe const &recipe) |
| MCAPI void * | $ctor (::CraftingDataEntry &&entry) |
| MCAPI void | $dtor () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::std::unique_ptr<::Recipe > > | mRecipe |
| ::ll::TypedStorage< 4, 4, int > | mItemData |
| ::ll::TypedStorage< 4, 4, int > | mItemAux |
| ::ll::TypedStorage< 8, 48, ::HashedString > | mTag |
| ::ll::TypedStorage< 8, 64, ::NetworkItemInstanceDescriptor > | mItemResult |
| ::ll::TypedStorage< 4, 4, ::CraftingDataEntryType > | mEntryType |