LeviLamina
Loading...
Searching...
No Matches
IEntityRegistryOwner.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
#include "mc/deps/game_refs/StackRefResult.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntityRegistry
;
12
// clang-format on
13
14
class
IEntityRegistryOwner
:
public
::Bedrock::EnableNonOwnerReferences
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~IEntityRegistryOwner
()
/*override*/
;
19
20
virtual ::StackRefResult<::EntityRegistry> getEntityRegistry() = 0;
21
22
virtual ::StackRefResult<::EntityRegistry const> getEntityRegistry()
const
= 0;
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
MCNAPI
void
$dtor
();
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
EntityRegistry
Definition
EntityRegistry.h:11
IEntityRegistryOwner
Definition
IEntityRegistryOwner.h:14
IEntityRegistryOwner::$dtor
MCAPI void $dtor()
src
mc
deps
ecs
gamerefs_entity
IEntityRegistryOwner.h
Generated on
for LeviLamina by
1.16.1