Skip to main content

EndWorld

Type: function

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

Parameters

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

Returns

Nothing.

Example

Minecraft.Ticks.Client.EndWorld(function() 

end)