LeviLamina
Loading...
Searching...
No Matches
SelectItemDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/bhave/definition/BehaviorDefinition.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BehaviorFactory
;
11
namespace
Json {
class
Value; }
12
// clang-format on
13
14
class
SelectItemDefinition
:
public
::BehaviorDefinition
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 32, ::std::string> mItemName;
19
::ll::TypedStorage<8, 32, ::std::string> mItemNameId;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual
void
load(
::Json::Value
value,
::BehaviorFactory
const
& factory)
/*override*/
;
27
28
// vIndex: 0
29
virtual
~SelectItemDefinition
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
BehaviorDefinition
Definition
BehaviorDefinition.h:17
BehaviorFactory
Definition
BehaviorFactory.h:13
Json::Value
Definition
Value.h:16
SelectItemDefinition
Definition
SelectItemDefinition.h:14
src-server
mc
world
actor
bhave
definition
SelectItemDefinition.h
Generated on Tue Nov 25 2025 04:01:38 for LeviLamina by
1.12.0