LeviLamina
Loading...
Searching...
No Matches
ShapelessRecipePayload.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/platform/UUID.h"
10#include "mc/world/inventory/network/TypedServerNetId.h"
11
12// auto generated forward declare list
13// clang-format off
14struct RecipeNetIdTag;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::std::string> mRecipeId;
22 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::RecipeIngredient>::SerializedData>> mIngredients;
23 ::ll::TypedStorage<8, 24, ::std::vector<::cerealizer<::NetworkItemInstanceDescriptor>::SerializedData>> mResults;
24 ::ll::TypedStorage<8, 16, ::mce::UUID> mUuid;
25 ::ll::TypedStorage<8, 32, ::std::string> mTag;
26 ::ll::TypedStorage<4, 4, int> mPriority;
27 ::ll::TypedStorage<8, 48, ::std::optional<::cerealizer<::RecipeUnlockingRequirement>::SerializedData>>
28 mUnlockingRequirement;
29 ::ll::TypedStorage<4, 4, ::RecipeNetId> mNetId;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCAPI void $dtor();
42 // NOLINTEND
43};
Definition RecipeNetIdTag.h:5
Definition ShapelessRecipePayload.h:17