LeviLamina
Loading...
Searching...
No Matches
RotateState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ai/goal/PetSleepWithOwnerState.h"
7
8
class
RotateState
:
public
::PetSleepWithOwnerState {
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<4, 4, int const> SETTLE_TICKS;
13
::ll::TypedStorage<4, 4, int> mSettleTicks;
14
// NOLINTEND
15
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
void
tick()
/*override*/
;
20
21
virtual
~RotateState
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCAPI
void
$tick();
28
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
RotateState
Definition
RotateState.h:8
RotateState::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
ai
goal
RotateState.h
Generated on
for LeviLamina by
1.16.1