LeviLamina
Loading...
Searching...
No Matches
AddRiderComponentDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_21_130 {
11
12struct AddRiderComponentDefinition {
13public:
14 // AddRiderComponentDefinition inner types declare
15 // clang-format off
16 struct RiderData;
17 // clang-format on
18
19 // AddRiderComponentDefinition inner types define
20 struct RiderData {
21 public:
22 // member variables
23 // NOLINTBEGIN
24 ::ll::TypedStorage<8, 32, ::std::string> mEntityType;
25 ::ll::TypedStorage<8, 32, ::std::string> mSpawnEvent;
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 RiderData(RiderData const&);
31 RiderData();
32
33 public:
34 // member functions
35 // NOLINTBEGIN
36 MCFOLD ::SharedTypes::v1_21_130::AddRiderComponentDefinition::RiderData&
38
39 MCFOLD ::SharedTypes::v1_21_130::AddRiderComponentDefinition::RiderData&
41 // NOLINTEND
42 };
43
44public:
45 // member variables
46 // NOLINTBEGIN
47 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_130::AddRiderComponentDefinition::RiderData>> mRiders;
48 ::ll::TypedStorage<8, 32, ::std::string> mEntityType;
49 ::ll::TypedStorage<8, 32, ::std::string> mSpawnEvent;
50 // NOLINTEND
51
52public:
53 // prevent constructor by default
54 AddRiderComponentDefinition& operator=(AddRiderComponentDefinition const&);
55 AddRiderComponentDefinition(AddRiderComponentDefinition const&);
56 AddRiderComponentDefinition();
57
58public:
59 // member functions
60 // NOLINTBEGIN
61 MCAPI ::SharedTypes::v1_21_130::AddRiderComponentDefinition&
63
64 MCAPI ~AddRiderComponentDefinition();
65 // NOLINTEND
66
67public:
68 // static functions
69 // NOLINTBEGIN
70 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
71 // NOLINTEND
72
73public:
74 // static variables
75 // NOLINTBEGIN
76 MCAPI static ::std::string_view const& NAME();
77 // NOLINTEND
78
79public:
80 // destructor thunk
81 // NOLINTBEGIN
82 MCAPI void $dtor();
83 // NOLINTEND
84};
85
86} // namespace SharedTypes::v1_21_130
Definition AddRiderComponentDefinition.h:20
Definition AddRiderComponentDefinition.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5