LeviLamina
Loading...
Searching...
No Matches
SmithingTransformRecipePayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/item/NetworkItemInstanceDescriptor.h"
5#include "mc/world/item/crafting/RecipeIngredient.h"
6#include "mc/world/item/crafting/RecipeUnlockingRequirement.h"
7
8// auto generated inclusion list
9#include "mc/world/inventory/network/TypedServerNetId.h"
10
11// auto generated forward declare list
12// clang-format off
13struct RecipeNetIdTag;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 32, ::std::string> mRecipeId;
21 ::ll::TypedStorage<8, 24, ::cerealizer<::RecipeIngredient>::SerializedData> mTemplateIngredient;
22 ::ll::TypedStorage<8, 24, ::cerealizer<::RecipeIngredient>::SerializedData> mBaseIngredient;
23 ::ll::TypedStorage<8, 24, ::cerealizer<::RecipeIngredient>::SerializedData> mAdditionIngredient;
24 ::ll::TypedStorage<8, 48, ::cerealizer<::NetworkItemInstanceDescriptor>::SerializedData> mResult;
25 ::ll::TypedStorage<8, 32, ::std::string> mTag;
26 ::ll::TypedStorage<4, 4, ::RecipeNetId> mNetId;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition RecipeNetIdTag.h:5
Definition SmithingTransformRecipePayload.h:16