LeviLamina
Loading...
Searching...
No Matches
AttributesComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/attribute/BaseAttributeMap.h"
7
8
struct
AttributesComponent
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<8, 96, ::BaseAttributeMap> mAttributes;
13
// NOLINTEND
14
15
public
:
16
// prevent constructor by default
17
AttributesComponent
& operator=(
AttributesComponent
const
&);
18
AttributesComponent
(
AttributesComponent
const
&);
19
AttributesComponent
();
20
21
public
:
22
// member functions
23
// NOLINTBEGIN
24
MCNAPI
AttributesComponent
(
::AttributesComponent
&&);
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCNAPI
void
*
$ctor
(
::AttributesComponent
&&);
31
// NOLINTEND
32
};
AttributesComponent
Definition
AttributesComponent.h:8
AttributesComponent::$ctor
MCAPI void * $ctor(::AttributesComponent &&)
AttributesComponent::AttributesComponent
MCAPI AttributesComponent(::AttributesComponent &&)
src
mc
entity
components
AttributesComponent.h
Generated on Fri Jun 13 2025 05:04:31 for LeviLamina by
1.12.0