LeviLamina
Loading...
Searching...
No Matches
TextureGroupBase.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core_graphics/TextureSetLayerType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ResourceLocation
;
11
namespace
mce {
class
TexturePtr
; }
12
// clang-format on
13
14
namespace
mce {
15
16
class
TextureGroupBase
:
public
::std::enable_shared_from_this<::mce::TextureGroupBase> {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~TextureGroupBase() =
default
;
21
22
virtual ::mce::TexturePtr
23
getTexture(::ResourceLocation
const
&,
bool
, ::std::optional<uint>, ::cg::TextureSetLayerType
const
) = 0;
24
// NOLINTEND
25
};
26
27
}
// namespace mce
ResourceLocation
Definition
ResourceLocation.h:15
mce::TextureGroupBase
Definition
TextureGroupBase.h:7
mce::TexturePtr
Definition
TexturePtr.h:7
src-client
mc
deps
minecraft_renderer
renderer
TextureGroupBase.h
Generated on
for LeviLamina by
1.16.1