commonMain.mahjongutils.hora.HoraInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mahjong-utils-jvm Show documentation
Show all versions of mahjong-utils-jvm Show documentation
Mahjong Utils (for Japanese Riichi Mahjong)
package mahjongutils.hora
import mahjongutils.models.Tile
import mahjongutils.models.Wind
/**
* 和牌信息
*/
interface HoraInfo {
/**
* 和牌张
*/
val agari: Tile
/**
* 是否自摸
*/
val tsumo: Boolean
/**
* 自风
*/
val selfWind: Wind?
/**
* 场风
*/
val roundWind: Wind?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy