LeviLamina
Loading...
Searching...
No Matches
FloatAttribute.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/eas/attributes/EnvironmentAttribute.h"
7
#include "mc/world/eas/attributes/FloatConstraint.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
EAS {
class
FloatModifier
; }
12
// clang-format on
13
14
namespace
EAS {
15
16
class
FloatAttribute
:
public
::EAS::EnvironmentAttribute
<float, ::EAS::FloatModifier, ::EAS::FloatConstraint> {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~FloatAttribute
()
/*override*/
=
default
;
21
// NOLINTEND
22
};
23
24
}
// namespace EAS
EAS::EnvironmentAttribute
Definition
EnvironmentAttribute.h:8
EAS::FloatAttribute
Definition
FloatAttribute.h:16
EAS::FloatModifier
Definition
FloatModifier.h:11
src
mc
world
eas
attributes
FloatAttribute.h
Generated on
for LeviLamina by
1.16.1