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