Uses of Class
net.runelite.client.plugins.cluescrolls.clues.Enemy
-
Packages that use Enemy Package Description net.runelite.client.plugins.cluescrolls.clues net.runelite.client.plugins.cluescrolls.clues.hotcold -
-
Uses of Enemy in net.runelite.client.plugins.cluescrolls.clues
Methods in net.runelite.client.plugins.cluescrolls.clues that return Enemy Modifier and Type Method Description Enemy
ClueScroll. getEnemy()
static Enemy
Enemy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Enemy[]
Enemy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.client.plugins.cluescrolls.clues with parameters of type Enemy Modifier and Type Method Description protected void
ClueScroll. setEnemy(Enemy enemy)
-
Uses of Enemy in net.runelite.client.plugins.cluescrolls.clues.hotcold
Methods in net.runelite.client.plugins.cluescrolls.clues.hotcold that return Enemy Modifier and Type Method Description Enemy
HotColdLocation. getEnemy()
-