Class ClientTickEvents
java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ClientTickEvents.EndTick> Called at the end of the client tick.static final Event<ClientTickEvents.EndLevelTick> Called at the end of a ClientLevel's tick.static final Event<ClientTickEvents.StartTick> Called at the start of the client tick.static final Event<ClientTickEvents.StartLevelTick> Called at the start of a ClientLevel's tick. -
Method Summary
-
Field Details
-
START_CLIENT_TICK
Called at the start of the client tick. -
END_CLIENT_TICK
Called at the end of the client tick. -
START_LEVEL_TICK
Called at the start of a ClientLevel's tick. -
END_LEVEL_TICK
Called at the end of a ClientLevel's tick.End of level tick may be used to start async computations for the next tick.
-