I'm creating a plugin using Paper API 1.20.4. I would like to show a title to a player. If I try to use player.sendTitle(String, String, int, int, int) the IDE tells me that it's deprecated. So I tried to use player.showTitle(Title), but I can't understand how to create a Title().