hover

abstract fun hover(): Boolean

Moves the mouse to a human-randomized point on the entity.

Return

If the mouse successfully moved over the entity


open fun hover(action: String): Boolean

Hovers the specified action on this entity. This will right-click if it has to in order to hover the correct option.

Return

true if hovered successfully, false otherwise

Parameters

action

the action to hover