LeviLamina
Loading...
Searching...
No Matches
StreamedResources.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ResourceLocation
;
8
// clang-format on
9
10
namespace
mce {
11
12
class
StreamedResources
{
13
public
:
14
// static functions
15
// NOLINTBEGIN
16
#ifdef LL_PLAT_C
17
MCNAPI
static
void
addToStreamedLocations(uint64
const
& directory);
18
19
MCNAPI
static
bool
shouldStream(
::ResourceLocation
const
& resourceLocation);
20
#endif
21
// NOLINTEND
22
23
public
:
24
// static variables
25
// NOLINTBEGIN
26
MCNAPI static ::std::unordered_set<uint64>&
streamedDirectories
();
27
// NOLINTEND
28
};
29
30
}
// namespace mce
ResourceLocation
Definition
ResourceLocation.h:15
mce::StreamedResources
Definition
StreamedResources.h:12
mce::StreamedResources::streamedDirectories
static MCAPI ::std::unordered_set< uint64 > & streamedDirectories()
src
mc
util
StreamedResources.h
Generated on
for LeviLamina by
1.16.1