LeviLamina
Loading...
Searching...
No Matches
UvTransform.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ClientBlockPipeline {
6
7
class
UvTransform
{
8
public
:
9
// UvTransform inner types define
10
enum class
BoxType : uchar {
11
CustomBoxWithLegacyTopRotation = 0,
12
CustomBoxNoLegacyTopRotation = 1,
13
MinecraftFullBlock = 2,
14
};
15
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<4, 32>
mUnk9fa5b7;
20
// NOLINTEND
21
22
public
:
23
// prevent constructor by default
24
UvTransform
& operator=(
UvTransform
const
&);
25
UvTransform
(
UvTransform
const
&);
26
UvTransform
();
27
};
28
29
}
// namespace ClientBlockPipeline
ClientBlockPipeline::UvTransform
Definition
UvTransform.h:7
ll::UntypedStorage
Definition
Alias.h:14
src
mc
client
renderer
block
tessellation_pipeline
UvTransform.h
Generated on Wed Jul 23 2025 08:33:42 for LeviLamina by
1.12.0