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
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
};
Actor
Definition
Actor.h:125
FindRecipeNode
Definition
FindRecipeNode.h:14
src
mc
world
actor
bhave
node
FindRecipeNode.h
Generated on
for LeviLamina by
1.16.1