All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.chestmc.common.time.Countdown.kt Maven / Gradle / Ivy

package net.chestmc.common.time

import net.chestmc.common.extensions.currentMillis
import kotlinx.serialization.Serializable

/**
 * A countdown class represents a duration that never expires.
 * This is a skeletal class implementation of [StartedTime].
 */
@Serializable
data class Countdown(override var startMillis: Long = currentMillis) : StartedTime




© 2015 - 2025 Weber Informatics LLC | Privacy Policy