LeviLamina
Loading...
Searching...
No Matches
AsyncCachedTextureLoader.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/resource/ResourceLocation.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
cg {
class
ImageBuffer
; }
11
namespace
mce {
class
TextureGroup
; }
12
// clang-format on
13
14
class
AsyncCachedTextureLoader
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 336> mUnk142505;
19
::ll::UntypedStorage<8, 16> mUnk8fde86;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
AsyncCachedTextureLoader& operator=(AsyncCachedTextureLoader
const
&);
25
AsyncCachedTextureLoader(AsyncCachedTextureLoader
const
&);
26
AsyncCachedTextureLoader();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI ::cg::ImageBuffer*
32
getCachedImageOrLoadAsync
(
::ResourceLocation
const
& imageToLoad,
::mce::TextureGroup
& textureGroup);
33
34
MCNAPI
~AsyncCachedTextureLoader
();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCNAPI
void
$dtor
();
41
// NOLINTEND
42
};
AsyncCachedTextureLoader
Definition
AsyncCachedTextureLoader.h:5
AsyncCachedTextureLoader::~AsyncCachedTextureLoader
MCAPI ~AsyncCachedTextureLoader()
AsyncCachedTextureLoader::$dtor
MCAPI void $dtor()
AsyncCachedTextureLoader::getCachedImageOrLoadAsync
MCAPI::cg::ImageBuffer * getCachedImageOrLoadAsync(::ResourceLocation const &imageToLoad, ::mce::TextureGroup &textureGroup)
ResourceLocation
Definition
ResourceLocation.h:15
cg::ImageBuffer
Definition
ImageBuffer.h:16
mce::TextureGroup
Definition
TextureGroup.h:7
src-client
mc
client
model
models
AsyncCachedTextureLoader.h
Generated on
for LeviLamina by
1.16.1