LeviLamina
Loading...
Searching...
No Matches
EatMobGoalDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/actor/BaseGoalDefinition.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_100 {
14
15struct EatMobGoalDefinition : public ::SharedTypes::BaseGoalDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mRunSpeed;
20 ::ll::TypedStorage<4, 4, float> mEatAnimationTime;
21 ::ll::TypedStorage<4, 4, float> mPullInForce;
22 ::ll::TypedStorage<4, 4, float> mReachMobDistance;
23 ::ll::TypedStorage<8, 32, ::std::string> mEatMobSound;
24 ::ll::TypedStorage<8, 32, ::std::string> mLootTable;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 EatMobGoalDefinition& operator=(EatMobGoalDefinition const&);
30 EatMobGoalDefinition(EatMobGoalDefinition const&);
31 EatMobGoalDefinition();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ::SharedTypes::v1_21_100::EatMobGoalDefinition& operator=(::SharedTypes::v1_21_100::EatMobGoalDefinition&&);
37
38 MCAPI ~EatMobGoalDefinition();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static float const& DEFAULT_EAT_ANIMATION_TIME();
51
52 MCAPI static float const& DEFAULT_PULL_IN_FORCE();
53
54 MCAPI static float const& DEFAULT_REACH_MOB_DISTANCE();
55
56 MCAPI static float const& DEFAULT_RUN_SPEED();
57
58 MCAPI static ::std::string_view const& NAME();
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCFOLD void $dtor();
65 // NOLINTEND
66};
67
68} // namespace SharedTypes::v1_21_100
Definition BaseGoalDefinition.h:12
Definition EatMobGoalDefinition.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5