send Timings
abstract fun sendTimings(player: Player, fadeIn: Int, stay: Int, fadeOut: Int)
Content copied to clipboard
Sets the timings for all of the next titles and subtitles sent to the Player.
Since
2.0.0
Parameters
player
The player the timings should be set for.
fade In
The time it takes for all titles sent afterwards to fade onto the screen.
stay
The time it takes for all titles sent afterwards to stay on the screen.
fade Out
The time it takes for all titles sent afterwards to to fade off of the screen.
Sources
jvm source
Link copied to clipboard