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::TypedStorage<8, 32, ::std::string> mItemName;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 1
25
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
26
27
// vIndex: 2
28
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
29
30
// vIndex: 0
31
virtual
~Recipe2x2Node
()
/*override*/
=
default
;
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
};
Actor
Definition
Actor.h:102
BehaviorNode
Definition
BehaviorNode.h:17
Recipe2x2Node
Definition
Recipe2x2Node.h:14
src-server
mc
world
actor
bhave
node
Recipe2x2Node.h
Generated on Tue Nov 18 2025 07:42:01 for LeviLamina by
1.12.0