BlockBuilder

fun <T : Tile> BlockBuilder(emptyTile: Maybe<T> = Maybe.empty(), tiles: MutableMap<BlockTileType, T> = mutableMapOf())

Sources

(source)
Link copied to clipboard