LeviLamina
Loading...
Searching...
No Matches
RecipeCraftInputs.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/ContainerValidationCraftInputs.h"
8
9// auto generated forward declare list
10// clang-format off
11struct RecipeNetIdTag;
12// clang-format on
13
14struct RecipeCraftInputs : public ::ContainerValidationCraftInputs {
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 RecipeCraftInputs& operator=(RecipeCraftInputs const&);
24 RecipeCraftInputs(RecipeCraftInputs const&);
25 RecipeCraftInputs();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI explicit RecipeCraftInputs(::RecipeNetId const& recipeNetId);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor(::RecipeNetId const& recipeNetId);
37 // NOLINTEND
38};
Definition ContainerValidationCraftInputs.h:5
MCAPI void * $ctor(::RecipeNetId const &recipeNetId)
MCAPI RecipeCraftInputs(::RecipeNetId const &recipeNetId)
Definition RecipeNetIdTag.h:5
Definition Alias.h:14