1package com.runehive.game.world.entity.combat.strategy.npc.boss.kril;
3import com.runehive.game.world.entity.combat.hit.CombatHit;
4import com.runehive.game.world.entity.combat.strategy.npc.NpcMeleeStrategy;
5import com.runehive.game.world.entity.mob.Mob;
6import com.runehive.game.world.entity.mob.npc.Npc;
A wrapper for a Hit object, adding additional variables for hit and hitsplat delays.
CombatHit nextMeleeHit(T attacker, Mob defender)
CombatHit[] getHits(Npc attacker, Mob defender)
Represents a non-player character in the in-game world.