Class Tick

java.lang.Object
io.papermc.paper.util.Tick
All Implemented Interfaces:
TemporalUnit

public final class Tick extends Object implements TemporalUnit
A TemporalUnit that represents the target length of one server tick. This is defined as 50 milliseconds. Note that this class is not for measuring the length that a tick took, rather it is used for simple conversion between times and ticks.
See Also: