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

commonMain.mahjongutils.shanten.Models.kt Maven / Gradle / Ivy

There is a newer version: 0.7.6
Show newest version
package mahjongutils.shanten

import kotlinx.serialization.ExperimentalSerializationApi
import kotlinx.serialization.Serializable
import mahjongutils.models.hand.CommonHandPattern
import mahjongutils.models.hand.Hand

/**
 * 向听信息
 */
@Serializable
sealed interface Shanten {
    /**
     * 向听数
     */
    val shantenNum: Int
}

@Serializable
sealed interface ShantenResult {
    /**
     * 手牌
     */
    val hand: Hand

/** * 向听信息 */ val shantenInfo: S }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy