LeviLamina
Loading...
Searching...
No Matches
IClientInstances.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
10class IClientInstance;
11class ItemRegistryRef;
12// clang-format on
13
14class IClientInstances {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~IClientInstances() = default;
19
20 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance> getPrimaryClientInstance() = 0;
21
22 virtual ::Bedrock::NotNullNonOwnerPtr<::IClientInstance const> getPrimaryClientInstance() const = 0;
23
24 virtual ::ItemRegistryRef getClientItemRegistry() const = 0;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition IClientInstance.h:5
Definition IClientInstances.h:5
static MCAPI void ** $vftable()
Definition ItemRegistryRef.h:36