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#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> mTargetBlockPos;
20 ::ll::TypedStorage<8, 32, ::std::string> mTargetBlockPosId;
21 ::ll::TypedStorage<4, 12, ::BlockPos> mAnchorBlockPos;
22 ::ll::TypedStorage<8, 32, ::std::string> mAnchorBlockPosId;
23 ::ll::TypedStorage<8, 32, ::std::string> mFacingString;
24 ::ll::TypedStorage<8, 32, ::std::string> mFacingStringId;
25 ::ll::TypedStorage<4, 4, int> mMaxSearchDistance;
26 ::ll::TypedStorage<8, 32, ::std::string> mMaxSearchDistanceId;
27 // NOLINTEND
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 1
33 virtual void load(::Json::Value value, ::BehaviorFactory const& factory) /*override*/;
34
35 // vIndex: 0
36 virtual ~GetInteractionPositionForBlockDefinition() /*override*/;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCAPI void $load(::Json::Value value, ::BehaviorFactory const& factory);
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BehaviorDefinition.h:17
Definition BehaviorFactory.h:13
Definition GetInteractionPositionForBlockDefinition.h:15
Definition Value.h:16