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
10
struct
RecipeNetIdTag
;
11
namespace
ItemStackRequestCereal {
struct
RecipeIngredientData
; }
12
// clang-format on
13
14
namespace
ItemStackRequestCereal {
15
16
struct
CraftRecipeAutoActionData
{
17
public
:
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
ItemStackRequestCereal::CraftRecipeAutoActionData
Definition
CraftRecipeAutoActionData.h:16
ItemStackRequestCereal::RecipeIngredientData
Definition
RecipeIngredientData.h:13
RecipeNetIdTag
Definition
RecipeNetIdTag.h:5
src
mc
network
packet
cerealize
types
item_stack_request_cereal
CraftRecipeAutoActionData.h
Generated on
for LeviLamina by
1.16.1