LeviLamina
Loading...
Searching...
No Matches
LeashableToComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
ActorInteraction
;
9
class
Player
;
10
// clang-format on
11
12
struct
LeashableToComponent
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<1, 1, bool> mCanRetrieveFrom;
17
::ll::TypedStorage<1, 1, bool> mCanLeashToWithoutSneaking;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCNAPI
bool
getInteraction
(
::Actor
& owner,
::Player
& player,
::ActorInteraction
& interaction);
24
// NOLINTEND
25
};
ActorInteraction
Definition
ActorInteraction.h:5
Actor
Definition
Actor.h:103
Player
Definition
Player.h:120
LeashableToComponent
Definition
LeashableToComponent.h:12
LeashableToComponent::getInteraction
MCAPI bool getInteraction(::Actor &owner, ::Player &player, ::ActorInteraction &interaction)
src
mc
entity
components
LeashableToComponent.h
Generated on Wed Jul 23 2025 08:33:56 for LeviLamina by
1.12.0