toggle menu
mahjong-utils
0.7.0
common
switch theme
search in API
mahjong-utils
/
mahjongutils.models
/
Kotsu
Kotsu
@
Serializable
@
SerialName
(
value
=
"Kotsu"
)
data
class
Kotsu
(
val
tile
:
Tile
)
:
Mentsu
刻子
Members
Constructors
Kotsu
Link copied to clipboard
constructor
(
tile
:
Tile
)
Properties
tile
Link copied to clipboard
val
tile
:
Tile
顺子的第一张牌(如789m,tile应为7m)
tiles
Link copied to clipboard
open
override
val
tiles
:
Iterable
<
Tile
>
所含的牌
Functions
after
Discard
Link copied to clipboard
open
override
fun
afterDiscard
(
discard
:
Tile
)
:
Tatsu
舍牌后形成的搭子
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String