LeviLamina
Loading...
Searching...
No Matches
MountTameableDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7#include "mc/world/actor/ActorDefinitionTrigger.h"
8
9// auto generated forward declare list
10// clang-format off
11class EntityContext;
12class ItemDescriptor;
14struct FeedItem;
15namespace JsonUtil { class EmptyClass; }
16// clang-format on
17
18class MountTameableDefinition {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 4, int> mMinTemper;
23 ::ll::TypedStorage<4, 4, int> mMaxTemper;
24 ::ll::TypedStorage<4, 4, int> mAttemptTemperMod;
25 ::ll::TypedStorage<8, 32, ::std::string> mFeedText;
26 ::ll::TypedStorage<8, 32, ::std::string> mVehicleText;
27 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnTame;
28 ::ll::TypedStorage<8, 24, ::std::vector<::FeedItem>> mFeedItems;
29 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mAutoRejectItems;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI MountTameableDefinition();
36
37 MCAPI void initialize(::EntityContext& entity, ::MountTamingComponent& component) const;
38
39 MCAPI ~MountTameableDefinition();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void buildSchema(
47 );
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor();
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCAPI void $dtor();
60 // NOLINTEND
61};
Definition EntityContext.h:17
Definition ItemDescriptor.h:25
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition MountTamingComponent.h:15
Definition FeedItem.h:9