Package net.kyori.adventure.util
Interface Ticks
- 
 public interface TicksStandard game tick utilities.- Since:
- 4.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static longSINGLE_TICK_DURATION_MSA single tick duration, in milliseconds.static intTICKS_PER_SECONDThe number of ticks that occur in one second.
 - 
Method SummaryStatic Methods Modifier and Type Method Description static @NotNull java.time.Durationduration(long ticks)Converts ticks into aDuration.
 
- 
- 
- 
Field Detail- 
TICKS_PER_SECONDstatic final int TICKS_PER_SECOND The number of ticks that occur in one second.- Since:
- 4.0.0
- See Also:
- Constant Field Values
 
 - 
SINGLE_TICK_DURATION_MSstatic final long SINGLE_TICK_DURATION_MS A single tick duration, in milliseconds.- Since:
- 4.0.0
- See Also:
- Constant Field Values
 
 
- 
 
-