LeviLamina
Loading...
Searching...
No Matches
GiveableComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
10class Player;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mCooldownTimeStamps;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ::InteractionResult getInteraction(::Actor& owner, ::Player& player, ::ActorInteraction& interaction);
24 // NOLINTEND
25};
Definition ActorInteraction.h:8
Definition Actor.h:125
Definition GiveableComponent.h:13
Definition InteractionResult.h:5
Definition Player.h:137