![]() |
Botcraft 1.21.4
|
#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 87 of file EntityAttribute.hpp.
|
strong |
Enumerator | |
---|---|
Add | |
MultiplyBase | |
MultiplyTotal |
Definition at line 89 of file EntityAttribute.hpp.
double Botcraft::EntityAttribute::Modifier::amount = 0.0 |
Definition at line 96 of file EntityAttribute.hpp.
Operation Botcraft::EntityAttribute::Modifier::operation = Operation::Add |
Definition at line 97 of file EntityAttribute.hpp.