Interface SlayerPluginService
-
public interface SlayerPluginService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInitialAmount()intgetRemainingAmount()List<net.runelite.api.NPC>getTargets()Get targets for current slayer taskStringgetTask()StringgetTaskLocation()
-
-
-
Method Detail
-
getTargets
List<net.runelite.api.NPC> getTargets()
Get targets for current slayer task- Returns:
- pattern list of target npc
-
getTask
@Nullable String getTask()
-
getTaskLocation
@Nullable String getTaskLocation()
-
getInitialAmount
int getInitialAmount()
-
getRemainingAmount
int getRemainingAmount()
-
-