Class TickEvent

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class TickEvent
    extends ScriptEvent
    Deprecated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TickEvent​(boolean preTick)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void dispatch​(java.util.EventListener eventListener)
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • 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

      • TickEvent

        public TickEvent​(boolean preTick)
        Deprecated.
    • Method Detail

      • dispatch

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

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