Class GroundItemSpawnEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class GroundItemSpawnEvent
    extends ScriptEvent
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GroundItemSpawnEvent​(org.dreambot.internal.injector.interfaces.RSItem o, int x, int y, int z, int type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(java.util.EventListener eventListener)  
      java.lang.String toString()  
      • Methods inherited from class java.util.EventObject

        getSource
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GroundItemSpawnEvent

        public GroundItemSpawnEvent​(org.dreambot.internal.injector.interfaces.RSItem o,
                                    int x,
                                    int y,
                                    int z,
                                    int type)
    • Method Detail

      • dispatch

        public void dispatch​(java.util.EventListener eventListener)
        Specified by:
        dispatch in class ScriptEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.util.EventObject