LeviLamina
Loading...
Searching...
No Matches
WaitDefinition.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<4, 4, int> mDuration;
19 ::ll::TypedStorage<8, 32, ::std::string> mDurationId;
20 // NOLINTEND
21
22public:
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 ~WaitDefinition() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI void $load(::Json::Value value, ::BehaviorFactory const& factory);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
Definition BehaviorDefinition.h:17
Definition BehaviorFactory.h:13
Definition Value.h:16
Definition WaitDefinition.h:14
static MCAPI void ** $vftable()