LeviLamina
Loading...
Searching...
No Matches
TextureOffset.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TextureOffset
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> x;
10
::ll::TypedStorage<4, 4, int> y;
11
// NOLINTEND
12
13
public
:
14
// virtual functions
15
// NOLINTBEGIN
16
virtual
~TextureOffset
() =
default
;
17
// NOLINTEND
18
19
public
:
20
// vftables
21
// NOLINTBEGIN
22
MCNAPI
static
void
**
$vftable
();
23
// NOLINTEND
24
};
TextureOffset
Definition
TextureOffset.h:5
TextureOffset::$vftable
static MCAPI void ** $vftable()
src
mc
client
model
geom
TextureOffset.h
Generated on
for LeviLamina by
1.16.1