LeviLamina
Loading...
Searching...
No Matches
BoolAttribute.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/NoConstraint.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
EAS {
class
BoolModifier
; }
12
// clang-format on
13
14
namespace
EAS {
15
16
class
BoolAttribute
:
public
::EAS::EnvironmentAttribute
<bool, ::EAS::BoolModifier, ::EAS::NoConstraint<bool>> {
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
virtual
~BoolAttribute
()
/*override*/
=
default
;
21
// NOLINTEND
22
};
23
24
}
// namespace EAS
EAS::BoolAttribute
Definition
BoolAttribute.h:16
EAS::BoolModifier
Definition
BoolModifier.h:11
EAS::EnvironmentAttribute
Definition
EnvironmentAttribute.h:8
src
mc
world
eas
attributes
BoolAttribute.h
Generated on
for LeviLamina by
1.16.1