Class ClientTickEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.client.event.ClientTickEvent
- Direct Known Subclasses:
ClientTickEvent.Post
,ClientTickEvent.Pre
public abstract class ClientTickEvent
extends net.neoforged.bus.api.Event
Base class of the two client tick events.
For the event that fires once per frame (instead of per tick), see RenderFrameEvent
.
- See Also:
-
Nested Class Summary
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. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClientTickEvent
public ClientTickEvent()
-