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
7class Actor;
9class Player;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<1, 1, bool> mCanRetrieveFrom;
17 ::ll::TypedStorage<1, 1, bool> mCanLeashToWithoutSneaking;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI bool getInteraction(::Actor& owner, ::Player& player, ::ActorInteraction& interaction);
24 // NOLINTEND
25};
Definition ActorInteraction.h:5
Definition Actor.h:103
Definition Player.h:120
Definition LeashableToComponent.h:12
MCAPI bool getInteraction(::Actor &owner, ::Player &player, ::ActorInteraction &interaction)