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 ItemDescriptor;
12struct FeedItem;
13namespace JsonUtil { class EmptyClass; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mMinTemper;
21 ::ll::TypedStorage<4, 4, int> mMaxTemper;
22 ::ll::TypedStorage<4, 4, int> mAttemptTemperMod;
23 ::ll::TypedStorage<8, 32, ::std::string> mFeedText;
24 ::ll::TypedStorage<8, 32, ::std::string> mVehicleText;
25 ::ll::TypedStorage<8, 104, ::ActorDefinitionTrigger> mOnTame;
26 ::ll::TypedStorage<8, 24, ::std::vector<::FeedItem>> mFeedItems;
27 ::ll::TypedStorage<8, 24, ::std::vector<::ItemDescriptor>> mAutoRejectItems;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void buildSchema(
41 );
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition ItemDescriptor.h:24
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition MountTameableDefinition.h:16
Definition FeedItem.h:9