LeviLamina
Loading...
Searching...
No Matches
CraftRecipeOptionalActionData.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;
11// clang-format on
12
13namespace ItemStackRequestCereal {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, ::RecipeNetId> mRecipeNetId;
20 ::ll::TypedStorage<4, 4, int> mFilteredStringIndex;
21 // NOLINTEND
22};
23
24} // namespace ItemStackRequestCereal
Definition CraftRecipeOptionalActionData.h:15
Definition RecipeNetIdTag.h:5