LeviLamina
Loading...
Searching...
No Matches
AgeableComponent.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
class
AgeableComponent
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<4, 4, int> mAge;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI
bool
getInteraction(
::Actor
& actor,
::Player
& player,
::ActorInteraction
& interaction);
23
// NOLINTEND
24
};
ActorInteraction
Definition
ActorInteraction.h:5
Actor
Definition
Actor.h:104
AgeableComponent
Definition
AgeableComponent.h:12
Player
Definition
Player.h:119
src
mc
entity
components_json_legacy
AgeableComponent.h
Generated on Sat Apr 26 2025 05:55:35 for LeviLamina by
1.12.0