LeviLamina
Loading...
Searching...
No Matches
CraftingDataPacketPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/packet/ContainerMixDataEntry.h"
7#include "mc/network/packet/MaterialReducerDataEntry.h"
8#include "mc/network/packet/PotionMixDataEntry.h"
9
10// auto generated forward declare list
11// clang-format off
12class Recipes;
18// clang-format on
19
21public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 24, ::std::vector<::ShapedRecipePayload>> mShapedRecipes;
25 ::ll::TypedStorage<8, 24, ::std::vector<::ShapelessRecipePayload>> mShapelessRecipes;
26 ::ll::TypedStorage<8, 24, ::std::vector<::MultiRecipePayload>> mMultiRecipes;
27 ::ll::TypedStorage<8, 24, ::std::vector<::ShapelessRecipePayload>> mUserDataShapelessRecipes;
28 ::ll::TypedStorage<8, 24, ::std::vector<::ShapelessRecipePayload>> mShapelessChemistryRecipes;
29 ::ll::TypedStorage<8, 24, ::std::vector<::ShapedRecipePayload>> mShapedChemistryRecipes;
30 ::ll::TypedStorage<8, 24, ::std::vector<::SmithingTransformRecipePayload>> mSmithingTransformRecipes;
31 ::ll::TypedStorage<8, 24, ::std::vector<::SmithingTrimRecipePayload>> mSmithingTrimRecipes;
32 ::ll::TypedStorage<8, 24, ::std::vector<::PotionMixDataEntry>> mPotionMixEntries;
33 ::ll::TypedStorage<8, 24, ::std::vector<::ContainerMixDataEntry>> mContainerMixEntries;
34 ::ll::TypedStorage<8, 24, ::std::vector<::MaterialReducerDataEntry>> mMaterialReducerEntries;
35 ::ll::TypedStorage<1, 1, bool> mClearRecipes;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::CraftingDataPacketPayload fromRecipes(::Recipes const& levelRecipes, bool onlyCraftingRecipes);
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55};
Definition Recipes.h:35
Definition CraftingDataPacketPayload.h:20
Definition MultiRecipePayload.h:14
Definition ShapedRecipePayload.h:17
Definition ShapelessRecipePayload.h:17
Definition SmithingTransformRecipePayload.h:16
Definition SmithingTrimRecipePayload.h:15