public class StoreSlotDestination extends MouseDestination
| Constructor and Description |
|---|
StoreSlotDestination(Bot bot,
int slot)
Creates an instance of this mouse destination for an store item slot.
|
| 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.
|
static java.awt.Rectangle |
getSlot(int slot)
Deprecated.
|
boolean |
isVisible()
Determines whether this destination is visible.
|
getBot, getShape, isHover, setHoverpublic StoreSlotDestination(Bot bot, int slot)
bot - The bot instance.slot - The store item slot that is the destination.@Deprecated public static final java.awt.Rectangle getSlot(int slot)
public java.awt.geom.Area getArea()
MouseDestinationArea
object.getArea in class MouseDestinationArea.public boolean evaluate()
MouseDestinationevaluate in class MouseDestinationpublic java.awt.Rectangle getBoundingBox()
MouseDestinationgetBoundingBox in class MouseDestinationpublic boolean isVisible()
MouseDestinationisVisible in class MouseDestination