net.minecraft.world.timer.stopwatch

public record Stopwatch

net.minecraft.world.Stopwatch
net.minecraft.class_12109
net.minecraft.world.timer.stopwatch.Stopwatch

Field summary

Modifier and TypeField
private final long
creationTime
comp_4950
creationTime
private final long
accumulatedElapsedTime
comp_4951
accumulatedElapsedTime

Constructor summary

ModifierConstructor
public (long creationTimeMs)
public (long creationTime, long accumulatedElapsedTime)

Method summary

Modifier and TypeMethod
public long
elapsedMilliseconds(long currentTime)
method_75104(long arg0)
getElapsedTimeMs(long timeMs)
public double
elapsedSeconds(long currentTime)
method_75105(long arg0)
getElapsedTimeSeconds(long timeMs)
public long
creationTime()
comp_4950()
creationTime()
public long
accumulatedElapsedTime()
comp_4951()
accumulatedElapsedTime()