conditionMet

public abstract boolean conditionMet(Player player, Object context)

Checks if the skill's condition is currently met.

Return

true if the condition is met and the skill should apply

Parameters

player

The player using the skill

context

The context object for evaluation (varies by skill)