toggle menu
mahjong-utils
0.7.0
common
switch theme
search in API
mahjong-utils
/
mahjongutils.models
/
Shuntsu
Shuntsu
@
Serializable
@
SerialName
(
value
=
"Shuntsu"
)
data
class
Shuntsu
(
val
tile
:
Tile
)
:
Mentsu
顺子
Members
Constructors
Shuntsu
Link copied to clipboard
constructor
(
tile
:
Tile
)
Properties
tile
Link copied to clipboard
val
tile
:
Tile
刻子的牌(如777s,tile应为7s)
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