LeviLamina
Loading...
Searching...
No Matches
ContainerTransferClient.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/IContainerTransfer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
ContainerScreenActionResult
;
11
struct
ContainerTransferScope
;
12
// clang-format on
13
14
class
ContainerTransferClient
:
public
::IContainerTransfer
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 16>
mUnk37cc58;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
ContainerTransferClient
& operator=(
ContainerTransferClient
const
&);
24
ContainerTransferClient
(
ContainerTransferClient
const
&);
25
ContainerTransferClient
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 0
31
virtual
~ContainerTransferClient
()
/*override*/
=
default
;
32
33
// vIndex: 1
34
virtual ::std::unique_ptr<::ContainerTransferScope> preTransfer()
/*override*/
;
35
36
// vIndex: 2
37
virtual
void
postTransfer(
::ContainerTransferScope
*,
::ContainerScreenActionResult
const
&)
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
ContainerTransferClient
Definition
ContainerTransferClient.h:14
IContainerTransfer
Definition
IContainerTransfer.h:11
ContainerScreenActionResult
Definition
ContainerScreenActionResult.h:5
ContainerTransferScope
Definition
ContainerTransferScope.h:11
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
containers
ContainerTransferClient.h
Generated on Sat Apr 26 2025 05:56:07 for LeviLamina by
1.12.0