LeviLamina
Loading...
Searching...
No Matches
BlockRegistryManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/SubClientId.h"
7#include "mc/platform/threading/ThreadLocalObject.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // static variables
17 // NOLINTBEGIN
18 MCAPI static ::std::unordered_map<::SubClientId, ::std::weak_ptr<::BlockTypeRegistry>>& mClientIdRegistryMap();
19
20 MCAPI static ::std::weak_ptr<::BlockTypeRegistry>& mClientRegistry();
21
22 MCAPI static ::std::weak_ptr<::BlockTypeRegistry>& mServerRegistry();
23
24 MCAPI static ::Bedrock::Threading::ThreadLocalObject<::std::weak_ptr<::BlockTypeRegistry>>& mThreadLocalRegistry();
25 // NOLINTEND
26};
Definition BlockRegistryManager.h:14
Definition BlockTypeRegistry.h:24