public class PathPreferenceProfile
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
checkBankForItems |
boolean |
checkEquipmentForItems |
boolean |
checkInventoryForItems |
static PathPreferenceProfile |
DEFAULT |
Constructor and Description |
---|
PathPreferenceProfile() |
Modifier and Type | Method and Description |
---|---|
PathPreferenceProfile |
addItemLinksToAvoid(ItemRequirement... items)
Deprecated.
|
PathPreferenceProfile |
addQuestLinksToAvoid(Quests.Quest... quests)
Deprecated.
|
PathPreferenceProfile |
addSkillLinksToAvoid(Skill... skills)
Deprecated.
|
PathPreferenceProfile |
avoidAllItemLinks(boolean b)
Deprecated.
|
PathPreferenceProfile |
checkBankForItems(boolean b)
WebWalkEvent will check your bank for items prior to generating the best path.
|
PathPreferenceProfile |
checkEquipmentForItems(boolean b)
WebWalkEvent will check your equipment for items prior to generating the best path.
|
PathPreferenceProfile |
checkInventoryForItems(boolean b)
WebWalkEvent will check your inventory for items prior to generating the best path.
|
java.util.List<java.lang.Integer> |
getIgnoredItems() |
PathPreferenceProfile |
ignoreAllQuestLinks(boolean b)
Deprecated.
|
PathPreferenceProfile |
ignoreItems(int... itemIds)
WebWalkEvent will ignore these items from your inventory, equipment, and bank from any path calculation.
|
boolean |
isAllowCharters() |
boolean |
isAllowFairyRings() |
boolean |
isAllowGliders() |
boolean |
isAllowObstacles() |
boolean |
isAllowQuestLinks() |
boolean |
isAllowSpiritTrees() |
boolean |
isAllowTeleports() |
PathPreferenceProfile |
setAllowCharters(boolean allow)
Allows WebWalkEvent to use charter ships.
|
PathPreferenceProfile |
setAllowFairyRings(boolean allow)
Allows WebWalkEvent to use fairy rings
Default Value: False
|
PathPreferenceProfile |
setAllowGliders(boolean allow)
Allows WebWalkEvent to use gnome gliders.
|
PathPreferenceProfile |
setAllowObstacles(boolean allow)
Allows WebWalkEvent to use Agility obstacles if the required level is met.
|
PathPreferenceProfile |
setAllowQuestLinks(boolean allow)
Allows WebWalkEvent to use quest required links
Default Value: True
|
PathPreferenceProfile |
setAllowSpiritTrees(boolean allow)
Allows WebWalkEvent to use spirit trees
Default Value: True
|
PathPreferenceProfile |
setAllowTeleports(boolean allow)
Allows WebWalkEvent to use teleport methods such as teleport tabs, runes, scrolls, etc.
|
public boolean checkBankForItems
public boolean checkInventoryForItems
public boolean checkEquipmentForItems
public static final PathPreferenceProfile DEFAULT
public boolean isAllowTeleports()
public boolean isAllowFairyRings()
public boolean isAllowObstacles()
public boolean isAllowCharters()
public boolean isAllowGliders()
public boolean isAllowSpiritTrees()
public boolean isAllowQuestLinks()
public java.util.List<java.lang.Integer> getIgnoredItems()
public PathPreferenceProfile setAllowCharters(boolean allow)
public PathPreferenceProfile setAllowGliders(boolean allow)
public PathPreferenceProfile setAllowTeleports(boolean allow)
public PathPreferenceProfile setAllowFairyRings(boolean allow)
public PathPreferenceProfile setAllowQuestLinks(boolean allow)
public PathPreferenceProfile setAllowSpiritTrees(boolean allow)
public PathPreferenceProfile setAllowObstacles(boolean allow)
public PathPreferenceProfile checkBankForItems(boolean b)
public PathPreferenceProfile checkInventoryForItems(boolean b)
public PathPreferenceProfile checkEquipmentForItems(boolean b)
public PathPreferenceProfile ignoreItems(int... itemIds)
@Deprecated public PathPreferenceProfile avoidAllItemLinks(boolean b)
@Deprecated public PathPreferenceProfile addItemLinksToAvoid(ItemRequirement... items)
@Deprecated public PathPreferenceProfile ignoreAllQuestLinks(boolean b)
@Deprecated public PathPreferenceProfile addQuestLinksToAvoid(Quests.Quest... quests)
@Deprecated public PathPreferenceProfile addSkillLinksToAvoid(Skill... skills)