LeviLamina
Loading...
Searching...
No Matches
IContainerTransfer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
ContainerScreenActionResult
;
8
struct
ContainerTransferScope
;
9
// clang-format on
10
11
class
IContainerTransfer
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~IContainerTransfer
() =
default
;
16
17
virtual ::std::unique_ptr<::ContainerTransferScope> preTransfer() = 0;
18
19
virtual
void
postTransfer(
::ContainerTransferScope
*,
::ContainerScreenActionResult
const
&) = 0;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
};
IContainerTransfer
Definition
IContainerTransfer.h:11
ContainerScreenActionResult
Definition
ContainerScreenActionResult.h:11
ContainerTransferScope
Definition
ContainerTransferScope.h:11
src
mc
world
containers
IContainerTransfer.h
Generated on
for LeviLamina by
1.16.1