LeviLamina
Loading...
Searching...
No Matches
IAppExtensionsNonOwner.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
namespace
AppExtensions {
class
IAppExtensions; }
11
// clang-format on
12
13
namespace
AppExtensions {
14
15
class
IAppExtensionsNonOwner
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~IAppExtensionsNonOwner
() =
default
;
21
22
// vIndex: 1
23
virtual ::Bedrock::NonOwnerPointer<::AppExtensions::IAppExtensions> tryGetExtensions()
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
32
33
}
// namespace AppExtensions
AppExtensions::IAppExtensionsNonOwner
Definition
IAppExtensionsNonOwner.h:15
src-server
mc
deps
application
app_extensions
IAppExtensionsNonOwner.h
Generated on Sun Oct 12 2025 06:31:22 for LeviLamina by
1.12.0