// fade in, display title and subtitle and fade out player.sendTitle("title", "subtitle"); // display a title for 3 seconds player.sendTitle(Title(Format.green, "green title"), 60); // display a subtitle for 10 seconds and fade out in 5 seconds player.sendTitle(Title.init, Subtitle("subtitle"), 0, 200, 100);
Sends a title message that will be displayed at the centre of the screen. The Title struct can be used to control the title message, the subtitle and the timing for the animations (fade in, stay and fade out).