toggle menu
mahjong-utils
0.7.7
common
switch theme
search in API
mahjong-utils
/
mahjongutils.models
/
Tile
/
Companion
Companion
object
Companion
Members
Properties
all
Link copied to clipboard
val
all
:
Set
<
Tile
>
所有牌
all
Exclude
Aka
Dora
Link copied to clipboard
val
allExcludeAkaDora
:
Set
<
Tile
>
所有牌
all
Yaochu
Link copied to clipboard
val
allYaochu
:
Set
<
Tile
>
所有幺九牌
MAX_TILE_CODE
Link copied to clipboard
const
val
MAX_TILE_CODE
:
Int
牌编号最大值
Functions
get
Link copied to clipboard
operator
fun
get
(
code
:
Int
)
:
Tile
根据编号获取牌
operator
fun
get
(
text
:
String
)
:
Tile
根据文本获取牌
fun
get
(
type
:
TileType
,
num
:
Int
)
:
Tile
根据种类和数字获取牌
get
Or
Null
Link copied to clipboard
fun
getOrNull
(
code
:
Int
)
:
Tile
?
fun
getOrNull
(
text
:
String
)
:
Tile
?
fun
getOrNull
(
type
:
TileType
,
num
:
Int
)
:
Tile
?
parse
Tiles
Link copied to clipboard
fun
parseTiles
(
text
:
String
)
:
List
<
Tile
>
将给定的牌文本转换为牌序列