LeviLamina
Loading...
Searching...
No Matches
TransformationComponent.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
Level
;
9
struct
ActorUniqueID
;
10
struct
TransformationDescription
;
11
// clang-format on
12
13
class
TransformationComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 4, int> mDelayTicks;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI
void
maintainOldData(
24
::Actor
& originalActor,
25
::Actor
& transformed,
26
::TransformationDescription
const
& transformation,
27
::ActorUniqueID
const
& ownerID,
28
::Level
const
& level
29
);
30
31
MCAPI
void
reloadComponent(
::Actor
& actor);
32
33
MCAPI
void
transformIfAble(
::Actor
& actor,
bool
shouldRemove);
34
// NOLINTEND
35
};
Actor
Definition
Actor.h:104
Level
Definition
Level.h:234
TransformationComponent
Definition
TransformationComponent.h:13
ActorUniqueID
Definition
ActorUniqueID.h:5
TransformationDescription
Definition
TransformationDescription.h:13
src
mc
entity
components_json_legacy
TransformationComponent.h
Generated on Sat Apr 26 2025 05:55:36 for LeviLamina by
1.12.0