LeviLamina
Loading...
Searching...
No Matches
AddRiderComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorDefinitionIdentifier.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
struct
ActorDefinitionIdentifier
;
12
// clang-format on
13
14
class
AddRiderComponent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 176, ::ActorDefinitionIdentifier> mPassengerType;
19
// NOLINTEND
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI
void
reloadComponent
(
::Actor
& owner);
25
26
MCNAPI
~AddRiderComponent
();
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
MCNAPI
void
$dtor
();
33
// NOLINTEND
34
};
Actor
Definition
Actor.h:103
AddRiderComponent
Definition
AddRiderComponent.h:14
AddRiderComponent::reloadComponent
MCAPI void reloadComponent(::Actor &owner)
AddRiderComponent::$dtor
MCAPI void $dtor()
AddRiderComponent::~AddRiderComponent
MCAPI ~AddRiderComponent()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
entity
components_json_legacy
AddRiderComponent.h
Generated on Fri Jun 13 2025 05:04:32 for LeviLamina by
1.12.0