Package net.runelite.api.events
Class DraggingWidgetChanged
- java.lang.Object
-
- net.runelite.api.events.DraggingWidgetChanged
-
public class DraggingWidgetChanged extends Object
Called every game cycle the client is dragging a widget on the cursor.
-
-
Constructor Summary
Constructors Constructor Description DraggingWidgetChanged()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
hashCode()
boolean
isDraggingWidget()
Whether a widget is currently being dragged.void
setDraggingWidget(boolean draggingWidget)
Whether a widget is currently being dragged.String
toString()
-
-
-
Method Detail
-
isDraggingWidget
public boolean isDraggingWidget()
Whether a widget is currently being dragged.
-
setDraggingWidget
public void setDraggingWidget(boolean draggingWidget)
Whether a widget is currently being dragged.
-
canEqual
protected boolean canEqual(Object other)
-
-