public class MiniMapTileDestination extends MouseDestination
Constructor and Description |
---|
MiniMapTileDestination(Bot bot,
Position position)
Creates an instance of this mouse destination for a tile displayed on the minimap.
|
MiniMapTileDestination(Bot bot,
Position position,
boolean exactPosition) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluate()
Evaluates whether an interaction for this mouse destination is allowed to
be performed.
|
java.awt.geom.Area |
getArea()
Gets the destination area specified by a
Area
object. |
java.awt.Rectangle |
getBoundingBox()
Gets the bounding box rectangle of this mouse destination.
|
java.awt.Point |
getExactPoint() |
boolean |
isExactPosition() |
boolean |
isVisible()
Determines whether this destination is visible.
|
getBot, getShape, isHover, setHover
public MiniMapTileDestination(Bot bot, Position position)
bot
- The bot instance.position
- The position of the tile that is the destination on the minimap.public java.awt.geom.Area getArea()
MouseDestination
Area
object.getArea
in class MouseDestination
Area
.public boolean evaluate()
MouseDestination
evaluate
in class MouseDestination
public java.awt.Rectangle getBoundingBox()
MouseDestination
getBoundingBox
in class MouseDestination
public boolean isVisible()
MouseDestination
isVisible
in class MouseDestination
public boolean isExactPosition()
public java.awt.Point getExactPoint()