LeviLamina
Loading...
Searching...
No Matches
IVillageManager.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
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockPos
;
11
class
Village
;
12
namespace
mce {
class
UUID
; }
13
// clang-format on
14
15
class
IVillageManager
:
public
::Bedrock::EnableNonOwnerReferences
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~IVillageManager
()
/*override*/
=
default
;
20
21
virtual ::std::weak_ptr<::Village>
22
fetchClosestVillage(
::BlockPos
const
& position,
int
maxDistFromVillageBounds, uint searchRadius)
const
= 0;
23
24
virtual ::std::weak_ptr<::Village> getVillageByID(
::mce::UUID
const
& villageID)
const
= 0;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
BlockPos
Definition
BlockPos.h:21
IVillageManager
Definition
IVillageManager.h:15
Village
Definition
Village.h:34
mce::UUID
Definition
UUID.h:7
src
mc
world
actor
ai
village
IVillageManager.h
Generated on
for LeviLamina by
1.16.1