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
10class BlockPos;
11class Village;
12namespace mce { class UUID; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~IVillageManager() /*override*/;
21
22 // vIndex: 1
23 virtual ::std::weak_ptr<::Village> fetchClosestVillage(::BlockPos const&, int, uint) const = 0;
24
25 // vIndex: 2
26 virtual ::std::weak_ptr<::Village> getVillageByID(::mce::UUID const&) const = 0;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCFOLD void $dtor();
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38
39 // NOLINTEND
40};
Definition EnableNonOwnerReferences.h:7
Definition BlockPos.h:18
Definition IVillageManager.h:15
Definition Village.h:34
Definition UUID.h:7