Class AreaDestination
- java.lang.Object
 - 
- org.dreambot.api.input.mouse.destination.AbstractMouseDestination<T>
 - 
- org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination<java.awt.geom.Area>
 - 
- org.dreambot.api.input.mouse.destination.impl.shape.AreaDestination
 
 
 
 
- 
public class AreaDestination extends ShapeDestination<java.awt.geom.Area>
 
- 
- 
Field Summary
- 
Fields inherited from class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
AREA_DESTINATION, ENTITY_DESTINATION, MINIMAP_DESTINATION, NULL, POINT_DESTINATION, POLYGON_DESTINATION, RECTANGLE_DESTINATION, SHAPE_DESTINATION, TILE_DESTINATION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AreaDestination(java.awt.geom.Area area)Creates a destination from a givenArea 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inttype()Mouse destination type id.- 
Methods inherited from class org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination
getDestinationShape, isVisible 
- 
Methods inherited from class org.dreambot.api.input.mouse.destination.AbstractMouseDestination
canInteract, canInteract, contains, contains, containsMouse, getArea, getBoundingBox, getCenterPoint, getContainmentBounds, getInterrupt, getSuitablePoint, getTarget, handleCamera, handleCamera, handleWalk, setContainmentBounds, setInterrupt, toString, valid, verifyPostInteract 
 - 
 
 - 
 
- 
- 
Method Detail
- 
type
public int type()
Mouse destination type id.- Overrides:
 typein classShapeDestination<java.awt.geom.Area>- Returns:
 - the mouse destination type id.
 
 
 - 
 
 -