UpdateTimePacket

data class UpdateTimePacket(val age: Long, val time: Long) : ClientBoundPacket

Update Time | 0x5a | play | clientbound

Parameters

age

age

time

time

See also

Constructors

Link copied to clipboard
constructor(age: Long, time: Long)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val age: Long
Link copied to clipboard
val time: Long