LeviLamina
Loading...
Searching...
No Matches
RecipeOptionalCraftInputs.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#include "mc/world/inventory/simulation/RecipeCraftInputs.h"
8
9// auto generated forward declare list
10// clang-format off
11struct RecipeNetIdTag;
12namespace Bedrock::Safety { class RedactableString; }
13// clang-format on
14
15struct RecipeOptionalCraftInputs : public ::RecipeCraftInputs {
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 RecipeOptionalCraftInputs& operator=(RecipeOptionalCraftInputs const&);
26 RecipeOptionalCraftInputs(RecipeOptionalCraftInputs const&);
27 RecipeOptionalCraftInputs();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 ::RecipeNetId const& recipeNetId,
34 ::Bedrock::Safety::RedactableString const& previewName,
36 );
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCNAPI void* $ctor(
43 ::RecipeNetId const& recipeNetId,
44 ::Bedrock::Safety::RedactableString const& previewName,
46 );
47 // NOLINTEND
48};
Definition RedactableString.h:10
Definition RecipeNetIdTag.h:5
MCAPI RecipeOptionalCraftInputs(::RecipeNetId const &recipeNetId, ::Bedrock::Safety::RedactableString const &previewName, ::Bedrock::Safety::RedactableString const &itemName)
MCAPI void * $ctor(::RecipeNetId const &recipeNetId, ::Bedrock::Safety::RedactableString const &previewName, ::Bedrock::Safety::RedactableString const &itemName)
Definition Alias.h:14