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
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~IWorldTransfer() = default;
21
22 // vIndex: 1
23 virtual void setWorldTransferAction(
24 ::std::variant<::LocalWorldTransferActionFunc, ::ExternalWorldTransferActionFunc, ::std::monostate>
25 ) = 0;
26
27 // vIndex: 2
28 virtual ::Bedrock::NonOwnerPointer<::WorldTransferAgent> const getWorldTransferAgent() const = 0;
29
30 // vIndex: 3
31 virtual void setIsWorldTransferInProgress(bool) = 0;
32
33 // vIndex: 4
34 virtual bool isWorldTransferInProgress() const = 0;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
Definition WorldTransferAgent.h:5
Definition ExternalWorldTransferActionFunc.h:15
Definition IWorldTransfer.h:15
Definition LocalWorldTransferActionFunc.h:15