|
Botcraft 1.21.10
|
#include <EntityAttribute.hpp>
Public Types | |
| enum class | Operation : char { Add = 0 , MultiplyBase = 1 , MultiplyTotal = 2 } |
Public Attributes | |
| double | amount = 0.0 |
| Operation | operation = Operation::Add |
Definition at line 94 of file EntityAttribute.hpp.
|
strong |
| Enumerator | |
|---|---|
| Add | |
| MultiplyBase | |
| MultiplyTotal | |
Definition at line 96 of file EntityAttribute.hpp.
| double Botcraft::EntityAttribute::Modifier::amount = 0.0 |
Definition at line 103 of file EntityAttribute.hpp.
| Operation Botcraft::EntityAttribute::Modifier::operation = Operation::Add |
Definition at line 104 of file EntityAttribute.hpp.