Skip to main content

End

Type: function

Run the specified function on the end of the client tick.

Parameters

ParameterTypeDescription
functionfunctionThe function to run at the end of the client tick.

Returns

Nothing.

Example

Minecraft.Ticks.Client.End(function() 

end)