 |
LeviLamina
|
Loading...
Searching...
No Matches
3#include "mc/_HeaderOutputPredefine.h"
12namespace KnockbackRules {
15MCNAPI
void doKnockbackAttack(
::Mob& self,
::Mob& target,
::Vec3 const& direction,
float force,
float heightCap);
17MCNAPI
bool useLegacyKnockback(
::Level const& level);
22MCNAPI
float const& KNOCKBACK_DAMPENING();