17 ::ll::TypedStorage<1, 1, bool> mIsBoosting;
18 ::ll::TypedStorage<4, 4, int> mBoostTime;
19 ::ll::TypedStorage<4, 4, int> mBoostTimeTotal;
20 ::ll::TypedStorage<4, 4, float> mSpeedMultiplier;
30 MCAPI
void boost(
::Actor& actor);
32 MCFOLD
int getBoostTime()
const;
34 MCFOLD
int getBoostTimeTotal()
const;
36 MCFOLD
bool getIsBoosting()
const;
38 MCAPI
bool itemUseText(
::Actor const& actor,
::ItemStack const& item, ::std::string& text);
42 MCFOLD
void setBoostTime(
int boostTime);
44 MCFOLD
void setIsBoosting(
bool isBoosting);
50 MCAPI static ::mce::UUID getSpeedModifierUUID();
56 MCAPI static ::mce::UUID
const& SPEED_MODIFIER_BOOSTING_UUID();