LeviLamina
Loading...
Searching...
No Matches
FindRecipeNode.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
FindRecipeNode
:
public
::BehaviorNode
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mTargetItemName;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual ::BehaviorStatus tick(
::Actor
&)
/*override*/
;
25
26
virtual
void
initializeFromDefinition(
::Actor
& owner)
/*override*/
;
27
28
virtual
~FindRecipeNode
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
};
Actor
Definition
Actor.h:105
BehaviorNode
Definition
BehaviorNode.h:17
FindRecipeNode
Definition
FindRecipeNode.h:14
src
mc
world
actor
bhave
node
FindRecipeNode.h
Generated on
for LeviLamina by
1.16.1