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