LeviLamina
Loading...
Searching...
No Matches
CraftResultData.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/ContainerScreenActionResultData.h"
8
9// auto generated forward declare list
10// clang-format off
12struct RecipeNetIdTag;
13// clang-format on
14
15struct CraftResultData : public ::ContainerScreenActionResultData {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 CraftResultData& operator=(CraftResultData const&);
25 CraftResultData(CraftResultData const&);
26 CraftResultData();
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCNAPI_C static ::std::optional<::RecipeNetId> getRecipeId(::ContainerScreenActionResult const& result);
32 // NOLINTEND
33};
Definition ContainerScreenActionResultData.h:5
Definition ContainerScreenActionResult.h:11
Definition RecipeNetIdTag.h:5
Definition Alias.h:14