Class ClientTickEvents
java.lang.Object
net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static interfaceDeprecated.static interfaceDeprecated.static interfaceDeprecated. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Event<ClientTickEvents.EndTick>Deprecated.Called at the end of the client tick.static final Event<ClientTickEvents.EndWorldTick>Deprecated.Called at the end of a ClientWorld's tick.static final Event<ClientTickEvents.StartTick>Deprecated.Called at the start of the client tick.static final Event<ClientTickEvents.StartWorldTick>Deprecated.Called at the start of a ClientWorld's tick. -
Method Summary
-
Field Details
-
START_CLIENT_TICK
Deprecated.Called at the start of the client tick. -
END_CLIENT_TICK
Deprecated.Called at the end of the client tick. -
START_WORLD_TICK
Deprecated.Called at the start of a ClientWorld's tick. -
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.
-
ClientTickEventsinstead.