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
11
struct
ContainerScreenActionResult
;
12
struct
RecipeNetIdTag
;
13
// clang-format on
14
15
struct
CraftResultData :
public
::ContainerScreenActionResultData
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 4>
mUnkdeb516;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
CraftResultData& operator=(CraftResultData
const
&);
25
CraftResultData(CraftResultData
const
&);
26
CraftResultData();
27
28
public
:
29
// static functions
30
// NOLINTBEGIN
31
MCNAPI_C static ::std::optional<::RecipeNetId> getRecipeId(
::ContainerScreenActionResult
const
& result);
32
// NOLINTEND
33
};
ContainerScreenActionResultData
Definition
ContainerScreenActionResultData.h:5
ContainerScreenActionResult
Definition
ContainerScreenActionResult.h:11
RecipeNetIdTag
Definition
RecipeNetIdTag.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
inventory
simulation
CraftResultData.h
Generated on
for LeviLamina by
1.16.1