LeviLamina
Loading...
Searching...
No Matches
DropItemForDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/util/FloatRange.h"
8#include "mc/util/json_util/JsonSchemaObjectNode.h"
9#include "mc/world/actor/ActorDefinitionTrigger.h"
10#include "mc/world/actor/ai/goal/BaseGoalDefinition.h"
11
12// auto generated forward declare list
13// clang-format off
14struct MobDescriptor;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
19public:
20 // DropItemForDefinition inner types define
22
23public:
24 // member variables
25 // NOLINTBEGIN
26 ::ll::TypedStorage<4, 4, float> mSecondsBeforePickup;
27 ::ll::TypedStorage<4, 4, float> mTotalCooldownSeconds;
28 ::ll::TypedStorage<4, 4, float> mDropItemChance;
29 ::ll::TypedStorage<4, 4, float> mOfferingDistance;
30 ::ll::TypedStorage<4, 4, float> mMinimumTeleportDistance;
31 ::ll::TypedStorage<4, 4, float> mLookAtTargetMaxHeadHeight;
32 ::ll::TypedStorage<8, 32, ::std::string> mLootTable;
33 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnDropAttempt;
34 ::ll::TypedStorage<4, 8, ::FloatRange> mTimeOfDayRange;
35 ::ll::TypedStorage<4, 12, ::Vec3> mTargetRange;
36 ::ll::TypedStorage<4, 12, ::Vec3> mTeleportDistanceFromTarget;
37 ::ll::TypedStorage<8, 24, ::std::vector<::MobDescriptor>> mTargetFilter;
38 ::ll::TypedStorage<4, 4, int> mSearchCount;
39 ::ll::TypedStorage<4, 4, int> mSearchHeight;
40 ::ll::TypedStorage<4, 4, int> mSearchRange;
41 ::ll::TypedStorage<4, 4, float> mGoalRadius;
42 ::ll::TypedStorage<4, 4, float> mSpeedModifier;
43 // NOLINTEND
44
45public:
46 // virtual functions
47 // NOLINTBEGIN
48 // vIndex: 0
49 virtual ~DropItemForDefinition() /*override*/;
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static void buildSchema(
56 ::std::string const& name,
58 );
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCAPI void $dtor();
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BaseGoalDefinition.h:10
Definition DropItemForDefinition.h:18
static MCAPI void ** $vftable()
Definition JsonSchemaObjectNode.h:8
Definition MobDescriptor.h:8