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
7
class
Actor
;
8
class
ActorInteraction
;
9
class
InteractionResult
;
10
class
Player
;
11
// clang-format on
12
13
class
GiveableComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 24, ::std::vector<uint64>> mCooldownTimeStamps;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI ::InteractionResult getInteraction(
::Actor
& owner,
::Player
& player,
::ActorInteraction
& interaction);
24
// NOLINTEND
25
};
ActorInteraction
Definition
ActorInteraction.h:8
Actor
Definition
Actor.h:125
GiveableComponent
Definition
GiveableComponent.h:13
InteractionResult
Definition
InteractionResult.h:5
Player
Definition
Player.h:137
src
mc
entity
components_json_legacy
GiveableComponent.h
Generated on
for LeviLamina by
1.16.1