Class EntranceWebNode
- java.lang.Object
-
- org.dreambot.api.methods.walking.web.node.AbstractWebNode
-
- org.dreambot.api.methods.walking.web.node.impl.EntranceWebNode
-
- All Implemented Interfaces:
Locatable
public class EntranceWebNode extends AbstractWebNode
Created with IntelliJ IDEA. User: NotoriousPP Date: 12/17/2014 Time: 9:15 PMRepresents a static teleport such a lever or other standard teleport.
-
-
Constructor Summary
Constructors Constructor Description EntranceWebNode(int x, int y)
EntranceWebNode(int x, int y, int z)
EntranceWebNode(org.dreambot.internal.web.WebNodes.WebNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
execute(MethodContext ctx)
boolean
execute(AbstractWebNode nextNode)
boolean
forceNext()
java.lang.String
getAction()
java.lang.String[]
getActions()
java.lang.String
getEntityName()
WebNodeType
getType()
boolean
hasRequirements()
boolean
isValid()
void
setAction(java.lang.String action)
void
setActions(java.lang.String[] actions)
void
setCondition(Condition condition)
void
setEntityName(java.lang.String entityName)
-
Methods inherited from class org.dreambot.api.methods.walking.web.node.AbstractWebNode
addConnections, distance, equals, getConnections, getGridX, getGridY, getGX, getGX, getGX, getGY, getGY, getGY, getIndex, getTile, getTileReference, getX, getY, getZ, hashCode, removeConnections, setConnections, setX, setY, toString, walkingDistance
-
-
-
-
Method Detail
-
getEntityName
public java.lang.String getEntityName()
-
setEntityName
public void setEntityName(java.lang.String entityName)
-
getAction
public java.lang.String getAction()
-
setAction
public void setAction(java.lang.String action)
-
setCondition
public void setCondition(Condition condition)
-
getActions
public java.lang.String[] getActions()
-
setActions
public void setActions(java.lang.String[] actions)
-
execute
public boolean execute(AbstractWebNode nextNode)
-
execute
public boolean execute(MethodContext ctx)
- Overrides:
execute
in classAbstractWebNode
-
hasRequirements
public boolean hasRequirements()
- Overrides:
hasRequirements
in classAbstractWebNode
-
getType
public WebNodeType getType()
- Overrides:
getType
in classAbstractWebNode
-
forceNext
public boolean forceNext()
- Overrides:
forceNext
in classAbstractWebNode
-
isValid
public boolean isValid()
- Overrides:
isValid
in classAbstractWebNode
-
-