S03PacketTimeUpdate

getTotalWorldTime(): long

Returns the total world time from the server. This is a long value representing the total amount of time that has passed in the game world since its creation.

getWorldTime(): long

Retrieves the current world time. This is a long value representing the current time within the game world, typically related to the day/night cycle.

Last updated