Class BankWebNode
- java.lang.Object
-
- org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
- org.dreambot.api.methods.walking.web.node.impl.bank.BankWebNode
-
- All Implemented Interfaces:
Locatable
public class BankWebNode extends AbstractWebNode
Created with IntelliJ IDEA. User: NotoriousPP Date: 12/17/2014 Time: 9:15 PMBasic web node, which stores connections and location.
-
-
Constructor Summary
Constructors Constructor Description BankWebNode(int x, int y)
BankWebNode(int x, int y, int z)
BankWebNode(org.dreambot.internal.web.WebNodes.WebNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(MethodContext ctx)
WebBankArea
getArea()
WebNodeType
getType()
boolean
isValid()
void
setArea(WebBankArea area)
-
Methods inherited from class org.dreambot.api.methods.walking.web.node.AbstractWebNode
addConnections, distance, equals, forceNext, getConnections, getGridX, getGridY, getGX, getGX, getGX, getGY, getGY, getGY, getIndex, getTile, getTileReference, getX, getY, getZ, hashCode, hasRequirements, removeConnections, setConnections, setX, setY, toString, walkingDistance
-
-
-
-
Method Detail
-
getType
public WebNodeType getType()
- Overrides:
getType
in classAbstractWebNode
-
execute
public boolean execute(MethodContext ctx)
- Overrides:
execute
in classAbstractWebNode
-
getArea
public WebBankArea getArea()
-
setArea
public void setArea(WebBankArea area)
-
isValid
public boolean isValid()
- Overrides:
isValid
in classAbstractWebNode
-
-