RuneHive-Game
Loading...
Searching...
No Matches
NpcAssistant.java File Reference
import com.runehive.game.task.impl.ForceChatEvent;
import com.runehive.game.world.World;
import com.runehive.game.world.entity.combat.Combat;
import com.runehive.game.world.entity.combat.CombatType;
import com.runehive.game.world.entity.combat.attack.listener.CombatListener;
import com.runehive.game.world.entity.combat.attack.listener.CombatListenerManager;
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.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.definition.NpcDefinition;
import com.runehive.util.parser.impl.NpcForceChatParser;
import java.util.Optional;
Include dependency graph for NpcAssistant.java:

Go to the source code of this file.

Classes

class  com.runehive.game.world.entity.mob.npc.NpcAssistant
 Method handles small methods for npcs that do not have any parent class. More...

Packages

package  com.runehive.game.world.entity.mob.npc