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::TypedStorage<4, 4, ::ContainerScreenActionResultData::Type> mType;
19
// NOLINTEND
20
};
ContainerScreenActionResultData
Definition
ContainerScreenActionResultData.h:5
src
mc
world
inventory
simulation
ContainerScreenActionResultData.h
Generated on Fri Jun 13 2025 05:05:07 for LeviLamina by
1.12.0