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
// vIndex: 0
19
virtual
~IEntityRegistryOwner
()
/*override*/
;
20
21
// vIndex: 2
22
virtual ::StackRefResult<::EntityRegistry> getEntityRegistry() = 0;
23
24
// vIndex: 1
25
virtual ::StackRefResult<::EntityRegistry const> getEntityRegistry()
const
= 0;
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
EntityRegistry
Definition
EntityRegistry.h:15
IEntityRegistryOwner
Definition
IEntityRegistryOwner.h:14
src
mc
deps
ecs
gamerefs_entity
IEntityRegistryOwner.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0