Class RectangleDestination
- java.lang.Object
-
- org.dreambot.api.input.mouse.destination.AbstractMouseDestination<T>
-
- org.dreambot.api.input.mouse.destination.impl.shape.ShapeDestination<java.awt.Rectangle>
-
- org.dreambot.api.input.mouse.destination.impl.shape.RectangleDestination
-
public class RectangleDestination extends ShapeDestination<java.awt.Rectangle>
-
-
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 RectangleDestination(java.awt.Rectangle rectangle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
type()
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:
type
in classShapeDestination<java.awt.Rectangle>
- Returns:
- the mouse destination type id.
-
-