Schnittstelle IClientTickBus

Alle bekannten Implementierungsklassen:
ClientTickBus

public interface IClientTickBus
  • Methodendetails

    • onTick

      void onTick(Runnable task)
      Adds a ClientTick listener
      Parameter:
      task - The Runnable that should be executed on ClientTick event
    • removeTick

      void removeTick(Runnable task)
      Removes a ClientTick listener
      Parameter:
      task - The Runnable that should be removed from the listeners
    • submitWaitable

      void submitWaitable(IWaitableTask waitable)
      Submit a task that can wait for ticks
      Parameter:
      waitable - The task
    • removeWaitable

      void removeWaitable(IWaitableTask waitable)
      Remove a task that can wait for ticks
      Parameter:
      waitable - The task