Class ClientWorldTickEvents

java.lang.Object
org.quiltmc.qsl.lifecycle.api.client.event.ClientWorldTickEvents

@ClientOnly public final class ClientWorldTickEvents extends Object
Events related to a ticking Minecraft client's world.

A note of warning

Callbacks registered to any of these events should ensure as little time as possible is spent executing, since the tick loop is a very hot code path.