RuneHive-Game
Loading...
Searching...
No Matches
MutantTarn.java File Reference
import com.runehive.game.Animation;
import com.runehive.game.Projectile;
import com.runehive.game.UpdatePriority;
import com.runehive.game.world.World;
import com.runehive.game.world.entity.combat.attack.FightType;
import com.runehive.game.world.entity.combat.hit.CombatHit;
import com.runehive.game.world.entity.combat.hit.Hit;
import com.runehive.game.world.entity.combat.projectile.CombatProjectile;
import com.runehive.game.world.entity.combat.strategy.CombatStrategy;
import com.runehive.game.world.entity.combat.strategy.npc.MultiStrategy;
import com.runehive.game.world.entity.combat.strategy.npc.NpcMagicStrategy;
import com.runehive.game.world.entity.combat.strategy.npc.NpcMeleeStrategy;
import com.runehive.game.world.entity.mob.Mob;
import com.runehive.game.world.entity.mob.npc.Npc;
import com.runehive.game.world.position.Position;
import com.runehive.util.RandomUtils;
import com.runehive.util.Utility;
import java.util.Deque;
import java.util.LinkedList;
import com.runehive.game.world.entity.combat.CombatUtil.createStrategyArray;
Include dependency graph for MutantTarn.java:

Go to the source code of this file.

Classes

class  com.runehive.game.world.entity.combat.strategy.npc.boss.MutantTarn
 The combat Script for Ice Demon Boss. More...
class  com.runehive.game.world.entity.combat.strategy.npc.boss.MutantTarn.FrozenSpecial
class  com.runehive.game.world.entity.combat.strategy.npc.boss.MutantTarn.IceSpecial
class  com.runehive.game.world.entity.combat.strategy.npc.boss.MutantTarn.MagicAttack
class  com.runehive.game.world.entity.combat.strategy.npc.boss.MutantTarn.RangedAttack

Packages

package  com.runehive.game.world.entity.combat.strategy.npc.boss