LeviLamina
Loading...
Searching...
No Matches
LookAtBlockDefinition.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#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11class BehaviorFactory;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
20 ::ll::TypedStorage<8, 32, ::std::string> mBlockPosId;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
27
28 virtual ~LookAtBlockDefinition() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCFOLD void $load(::Json::Value value, ::BehaviorFactory const& factory);
35
36
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition BehaviorDefinition.h:17
Definition BehaviorFactory.h:13
Definition Value.h:16
Definition LookAtBlockDefinition.h:15
static MCAPI void ** $vftable()