Interface CombatLogIntegration
- All Superinterfaces:
ChatPluginIntegration
Represents a
ChatPluginIntegration able to check if a ChatPluginServerPlayer is in combat.
Types: [IntegrationType.COMBATLOGX]
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInCombat(ChatPluginServerPlayer player) Checks if a player is currently in combat (tagged).
-
Method Details
-
isInCombat
Checks if a player is currently in combat (tagged).- Parameters:
player- Player to check- Returns:
- Whether the player is in combat
-