RuneHive-Game
Loading...
Searching...
No Matches
Cerberus.java File Reference
import com.runehive.game.Animation;
import com.runehive.game.Graphic;
import com.runehive.game.Projectile;
import com.runehive.game.UpdatePriority;
import com.runehive.game.task.Task;
import com.runehive.game.world.World;
import com.runehive.game.world.entity.combat.CombatType;
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.hit.HitIcon;
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.combat.strategy.npc.NpcRangedStrategy;
import com.runehive.game.world.entity.mob.Mob;
import com.runehive.game.world.entity.mob.npc.Npc;
import com.runehive.game.world.entity.mob.player.Player;
import com.runehive.game.world.entity.mob.prayer.Prayer;
import com.runehive.game.world.entity.skill.Skill;
import com.runehive.game.world.position.Area;
import com.runehive.game.world.position.Position;
import com.runehive.util.Utility;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import com.runehive.game.world.entity.combat.CombatUtil.createStrategyArray;
import com.runehive.game.world.entity.combat.CombatUtil.randomStrategy;
Include dependency graph for Cerberus.java:

Go to the source code of this file.

Classes

class  com.runehive.game.world.entity.combat.strategy.npc.boss.Cerberus
class  com.runehive.game.world.entity.combat.strategy.npc.boss.Cerberus.GhostAttack
class  com.runehive.game.world.entity.combat.strategy.npc.boss.Cerberus.LavaAttack
class  com.runehive.game.world.entity.combat.strategy.npc.boss.Cerberus.MagicAttack
class  com.runehive.game.world.entity.combat.strategy.npc.boss.Cerberus.RangedAttack

Packages

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