Uses of Record Class
net.minecraft.world.timer.stopwatch.Stopwatch
Packages that use Stopwatch
-
Uses of Stopwatch in net.minecraft.world.timer.stopwatch
Fields in net.minecraft.world.timer.stopwatch with type parameters of type StopwatchModifier and TypeFieldDescriptionprivate final Map<Identifier, Stopwatch> StopwatchPersistentState.stopwatchesMethods in net.minecraft.world.timer.stopwatch that return StopwatchMethods in net.minecraft.world.timer.stopwatch with parameters of type StopwatchModifier and TypeMethodDescriptionbooleanStopwatchPersistentState.add(Identifier id, Stopwatch stopwatch) Only has effect if there is no stopwatch by the identifierid.Method parameters in net.minecraft.world.timer.stopwatch with type arguments of type StopwatchModifier and TypeMethodDescriptionbooleanStopwatchPersistentState.update(Identifier id, UnaryOperator<Stopwatch> f) Only has effect if there is a stopwatch by the identifierid.