LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionResultData.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ContainerScreenActionResultData
{
6
public
:
7
// ContainerScreenActionResultData inner types define
8
enum class
Type :
int
{
9
Autoplace = 0,
10
Drop = 1,
11
Craft = 2,
12
ItemName = 3,
13
};
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<4, 4>
mUnk822044;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ContainerScreenActionResultData
& operator=(
ContainerScreenActionResultData
const
&);
24
ContainerScreenActionResultData
(
ContainerScreenActionResultData
const
&);
25
ContainerScreenActionResultData
();
26
};
ContainerScreenActionResultData
Definition
ContainerScreenActionResultData.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
inventory
simulation
ContainerScreenActionResultData.h
Generated on Sat Apr 26 2025 05:56:11 for LeviLamina by
1.12.0