Interface CombatLogIntegration

All Superinterfaces:
ChatPluginIntegration

public interface CombatLogIntegration extends ChatPluginIntegration
Represents a ChatPluginIntegration able to check if a ChatPluginServerPlayer is in combat.

Types: [IntegrationType.COMBATLOGX]

  • Method Details

    • isInCombat

      boolean isInCombat(ChatPluginServerPlayer player)
      Checks if a player is currently in combat (tagged).
      Parameters:
      player - Player to check
      Returns:
      Whether the player is in combat