LeviLamina
Loading...
Searching...
No Matches
GetInteractionPositionForBlockDefinition.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
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 1
38 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
39
40 // vIndex: 0
41 virtual ~GetInteractionPositionForBlockDefinition() /*override*/;
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $load(::Json::Value value, ::BehaviorFactory const& factory);
54 // NOLINTEND
55
56public:
57 // vftables
58 // NOLINTBEGIN
59 MCAPI static void** $vftable();
60 // NOLINTEND
61};
Definition BehaviorDefinition.h:14
Definition BehaviorFactory.h:13
Definition GetInteractionPositionForBlockDefinition.h:14
Definition Value.h:16
Definition Alias.h:14