Class ClientTick


  • public class ClientTick
    extends java.lang.Object
    Posted every client tick (20ms). Client ticks are roughly broken down into 1. packet processing 2. interface tick 3. client tick (this event) 4. clientscript execution 5. menu sorting (see PostMenuSort) 6. menu click detection and drag handling 7. PostClientTick event
    • Constructor Summary

      Constructors 
      Constructor Description
      ClientTick()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientTick

        public ClientTick()