LeviLamina
Loading...
Searching...
No Matches
SelectItemNode.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/BehaviorStatus.h"
7
#include "mc/world/actor/bhave/node/BehaviorNode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
// clang-format on
13
14
class
SelectItemNode
:
public
::BehaviorNode
{
15
public
:
16
// SelectItemNode inner types define
17
enum class
State :
int
{
18
Preconditions = 0,
19
MoveToolToHotbar = 1,
20
SelectToolInHotbar = 2,
21
};
22
23
public
:
24
// member variables
25
// NOLINTBEGIN
26
::ll::UntypedStorage<8, 32>
mUnk4f414e;
27
::ll::UntypedStorage<8, 8>
mUnkd2abbc;
28
::ll::UntypedStorage<4, 4>
mUnk2461f1;
29
::ll::UntypedStorage<4, 4>
mUnkc6056d;
30
// NOLINTEND
31
32
public
:
33
// prevent constructor by default
34
SelectItemNode
& operator=(
SelectItemNode
const
&);
35
SelectItemNode
(
SelectItemNode
const
&);
36
SelectItemNode
();
37
38
public
:
39
// virtual functions
40
// NOLINTBEGIN
41
// vIndex: 1
42
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
43
44
// vIndex: 2
45
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
46
47
// vIndex: 0
48
virtual
~SelectItemNode
()
/*override*/
=
default
;
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
};
Actor
Definition
Actor.h:104
BehaviorNode
Definition
BehaviorNode.h:13
SelectItemNode
Definition
SelectItemNode.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
bhave
node
SelectItemNode.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0