LeviLamina
Loading...
Searching...
No Matches
ClockSpriteCalculator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockSource
;
8
class
Vec3
;
9
// clang-format on
10
11
class
ClockSpriteCalculator {
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<4, 4, int> mFrame;
16
::ll::TypedStorage<4, 4, float> mRot;
17
::ll::TypedStorage<4, 4, float> mRotA;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI ClockSpriteCalculator();
24
25
#ifdef LL_PLAT_C
26
MCFOLD
int
getFrame()
const
;
27
#endif
28
29
MCAPI
int
update(
::BlockSource
const
& region,
::Vec3
const
& instant,
bool
);
30
// NOLINTEND
31
32
public
:
33
// constructor thunks
34
// NOLINTBEGIN
35
MCAPI
void
* $ctor();
36
// NOLINTEND
37
};
BlockSource
Definition
BlockSource.h:73
Vec3
Definition
Vec3.h:10
src
mc
world
item
ClockSpriteCalculator.h
Generated on
for LeviLamina by
1.16.1