LeviLamina
Loading...
Searching...
No Matches
MovementAttributeEntry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components/MovementAttributeAccess.h"
7
#include "mc/entity/components/MovementAttributeCorrectionMode.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Attribute
;
12
struct
MovementAttributesComponent
;
13
// clang-format on
14
15
struct
MovementAttributeEntry
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::std::optional<float>
MovementAttributesComponent
::*> mMovementAttribute;
20
::ll::TypedStorage<8, 8, ::Attribute const&> mAttribute;
21
::ll::TypedStorage<1, 1, ::MovementAttributeAccess> mAccess;
22
::ll::TypedStorage<1, 1, ::MovementAttributeCorrectionMode> mCorrectionMode;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
MovementAttributeEntry
& operator=(
MovementAttributeEntry
const
&);
28
MovementAttributeEntry
(
MovementAttributeEntry
const
&);
29
MovementAttributeEntry
();
30
};
Attribute
Definition
Attribute.h:9
MovementAttributeEntry
Definition
MovementAttributeEntry.h:15
MovementAttributesComponent
Definition
MovementAttributesComponent.h:5
src
mc
entity
components
MovementAttributeEntry.h
Generated on Mon Jun 30 2025 05:53:29 for LeviLamina by
1.12.0