LeviLamina
Loading...
Searching...
No Matches
Recipe2x2Node.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
Recipe2x2Node
:
public
::BehaviorNode
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 32>
mUnkd73652;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
Recipe2x2Node
& operator=(
Recipe2x2Node
const
&);
24
Recipe2x2Node
(
Recipe2x2Node
const
&);
25
Recipe2x2Node
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 1
31
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
32
33
// vIndex: 2
34
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
35
36
// vIndex: 0
37
virtual
~Recipe2x2Node
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
};
Actor
Definition
Actor.h:104
BehaviorNode
Definition
BehaviorNode.h:13
Recipe2x2Node
Definition
Recipe2x2Node.h:14
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
bhave
node
Recipe2x2Node.h
Generated on Sat Apr 26 2025 05:56:05 for LeviLamina by
1.12.0