21 ::ll::TypedStorage<4, 4, int> mTickCounter;
22 ::ll::TypedStorage<8, 8, ::Mob*> mMob;
27 HealthAttributeDelegate();
34 virtual bool willChange(
float oldValue,
float newValue,
::AttributeBuff const& buff) ;
36 virtual ::std::optional<float> change(
float oldValue,
float newValue,
::AttributeBuff const& buff) ;
38 virtual float getBuffValueWithModifiers(
::AttributeBuff const& buff)
const ;
58 MCAPI
bool $willChange(
float oldValue,
float newValue,
::AttributeBuff const& buff);
60 MCAPI ::std::optional<float> $change(
float oldValue,
float newValue,
::AttributeBuff const& buff);
62 MCAPI
float $getBuffValueWithModifiers(
::AttributeBuff const& buff)
const;
Definition AttributeModificationContext.h:10