Class GrandExchangeSearched


  • public class GrandExchangeSearched
    extends Object
    An event where the Grand Exchange has been searched.
    • Constructor Detail

      • GrandExchangeSearched

        public GrandExchangeSearched()
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object