LeviLamina
Loading...
Searching...
No Matches
PetSleepWithOwnerState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
PetSleepWithOwnerGoal
;
8
// clang-format on
9
10
class
PetSleepWithOwnerState
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 8, ::PetSleepWithOwnerGoal&> mGoal;
15
// NOLINTEND
16
17
public
:
18
// prevent constructor by default
19
PetSleepWithOwnerState
& operator=(
PetSleepWithOwnerState
const
&);
20
PetSleepWithOwnerState
(
PetSleepWithOwnerState
const
&);
21
PetSleepWithOwnerState
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~PetSleepWithOwnerState
() =
default
;
28
29
// vIndex: 1
30
virtual
void
tick();
31
32
// vIndex: 2
33
virtual
void
start();
34
35
// vIndex: 3
36
virtual
void
stop();
37
// NOLINTEND
38
39
public
:
40
// member functions
41
// NOLINTBEGIN
42
MCAPI
void
dampenSpeed();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCFOLD
void
$start();
49
50
MCAPI
void
$stop();
51
// NOLINTEND
52
};
PetSleepWithOwnerGoal
Definition
PetSleepWithOwnerGoal.h:17
PetSleepWithOwnerState
Definition
PetSleepWithOwnerState.h:10
src-server
mc
world
actor
ai
goal
PetSleepWithOwnerState.h
Generated on Sun Oct 12 2025 06:32:15 for LeviLamina by
1.12.0