LeviLamina
Loading...
Searching...
No Matches
PopFromStackDefinition.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
10class BehaviorFactory;
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mDataId;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
26
27 // vIndex: 0
28 virtual ~PopFromStackDefinition() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition BehaviorDefinition.h:17
Definition BehaviorFactory.h:13
Definition Value.h:16
Definition PopFromStackDefinition.h:14