LeviLamina
Loading...
Searching...
No Matches
CraftRecipeAutoActionData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/network/TypedServerNetId.h"
7
8// auto generated forward declare list
9// clang-format off
10struct RecipeNetIdTag;
11namespace ItemStackRequestCereal { struct RecipeIngredientData; }
12// clang-format on
13
14namespace ItemStackRequestCereal {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::RecipeNetId> mRecipeNetId;
21 ::ll::TypedStorage<1, 1, uchar> mNumCrafts;
22 ::ll::TypedStorage<8, 24, ::std::vector<::ItemStackRequestCereal::RecipeIngredientData>> mIngredients;
23 // NOLINTEND
24};
25
26} // namespace ItemStackRequestCereal
Definition CraftRecipeAutoActionData.h:16
Definition RecipeIngredientData.h:13
Definition RecipeNetIdTag.h:5