LeviLamina
Loading...
Searching...
No Matches
FlyDefinition.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<1, 1, bool> mShouldBeFlying;
19 ::ll::TypedStorage<8, 32, ::std::string> mShouldBeFlyingId;
20 ::ll::TypedStorage<1, 1, bool> mShouldThrowEventIfNoStateChangeNecessary;
21 ::ll::TypedStorage<8, 32, ::std::string> mShouldThrowEventIfNoStateChangeNecessaryId;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 1
28 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
29
30 // vIndex: 0
31 virtual ~FlyDefinition() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI void $load(::Json::Value value, ::BehaviorFactory const& factory);
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition BehaviorDefinition.h:17
Definition BehaviorFactory.h:13
Definition FlyDefinition.h:14
static MCAPI void ** $vftable()
Definition Value.h:16