interface HasAbilities

Methods

bool
can(UnitEnum|string $ability)

Determine if the token has a given ability.

bool
cant(UnitEnum|string $ability)

Determine if the token is missing a given ability.

Details

at line 14
bool can(UnitEnum|string $ability)

Determine if the token has a given ability.

Parameters

UnitEnum|string $ability

Return Value

bool

at line 19
bool cant(UnitEnum|string $ability)

Determine if the token is missing a given ability.

Parameters

UnitEnum|string $ability

Return Value

bool