Uses of Class
net.neoforged.neoforge.client.event.ClientTickEvent
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of ClientTickEvent in net.neoforged.neoforge.client.event
Modifier and TypeClassDescriptionstatic class
ClientTickEvent.Post
is fired once per client tick, after the client performs work for the current tick.static class
ClientTickEvent.Pre
is fired once per client tick, before the client performs work for the current tick.