Class CombatSource

java.lang.Object
com.kamikazejam.kamicommon.integrations.CombatSource

public class CombatSource extends Object
Resolves whichever supported combat-tag plugin is installed to a single CombatIntegration, trying CombatTagPlus, then DeluxeCombat, then PvPManager. get() returns null when none of them is present, and the lookup runs once and is then cached either way, so calling it before the server has enabled its plugins caches the absence for the rest of the run.
  • Constructor Details

    • CombatSource

      public CombatSource()
  • Method Details