LeviLamina
Loading...
Searching...
No Matches
IWorldTransfer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
WorldTransferAgent
;
11
struct
ExternalWorldTransferActionFunc
;
12
struct
LocalWorldTransferActionFunc
;
13
// clang-format on
14
15
struct
IWorldTransfer
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~IWorldTransfer() =
default
;
20
21
virtual
void
setWorldTransferAction(
22
::std::variant<::LocalWorldTransferActionFunc, ::ExternalWorldTransferActionFunc, ::std::monostate>
23
worldTransferAction
24
) = 0;
25
26
virtual ::Bedrock::NonOwnerPointer<::WorldTransferAgent>
const
getWorldTransferAgent()
const
= 0;
27
28
virtual
void
setIsWorldTransferInProgress(
bool
isWorldTransferInProgress) = 0;
29
30
virtual
bool
isWorldTransferInProgress()
const
= 0;
31
// NOLINTEND
32
33
public
:
34
// virtual function thunks
35
// NOLINTBEGIN
36
37
// NOLINTEND
38
};
WorldTransferAgent
Definition
WorldTransferAgent.h:5
ExternalWorldTransferActionFunc
Definition
ExternalWorldTransferActionFunc.h:5
IWorldTransfer
Definition
IWorldTransfer.h:5
LocalWorldTransferActionFunc
Definition
LocalWorldTransferActionFunc.h:5
src-client
mc
client
game
IWorldTransfer.h
Generated on
for LeviLamina by
1.16.1