Class ClientTickEvents

java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents

@Deprecated public final class ClientTickEvents extends Object
Deprecated.
Use Quilt Lifecycle Events' ClientTickEvents instead.
  • Field Details

    • START_CLIENT_TICK

      public static final Event<ClientTickEvents.StartTick> START_CLIENT_TICK
      Deprecated.
      Called at the start of the client tick.
    • END_CLIENT_TICK

      public static final Event<ClientTickEvents.EndTick> END_CLIENT_TICK
      Deprecated.
      Called at the end of the client tick.
    • START_WORLD_TICK

      public static final Event<ClientTickEvents.StartWorldTick> START_WORLD_TICK
      Deprecated.
      Called at the start of a ClientWorld's tick.
    • END_WORLD_TICK

      public static final Event<ClientTickEvents.EndWorldTick> END_WORLD_TICK
      Deprecated.
      Called at the end of a ClientWorld's tick.

      End of world tick may be used to start async computations for the next tick.