Package net.runelite.api.events
Class GrandExchangeSearched
- java.lang.Object
-
- net.runelite.api.events.GrandExchangeSearched
-
public class GrandExchangeSearched extends Object
An event where the Grand Exchange has been searched.
-
-
Constructor Summary
Constructors Constructor Description GrandExchangeSearched()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
void
consume()
Marks the event as having been consumed.boolean
equals(Object o)
int
hashCode()
boolean
isConsumed()
Whether or not the event has been consumed by a subscriber.void
setConsumed(boolean consumed)
Whether or not the event has been consumed by a subscriber.String
toString()
-
-
-
Method Detail
-
consume
public void consume()
Marks the event as having been consumed.Setting this state indicates that a plugin has set the GE search results and that the event will not be passed on for handling by vanilla client code.
-
isConsumed
public boolean isConsumed()
Whether or not the event has been consumed by a subscriber.
-
setConsumed
public void setConsumed(boolean consumed)
Whether or not the event has been consumed by a subscriber.
-
canEqual
protected boolean canEqual(Object other)
-
-