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