build: Update to Paper 1.18.2 (#3622)

build: Align MM and Adventure version
This commit is contained in:
Alexander Brandes
2022-05-15 12:31:40 +02:00
committed by GitHub
parent 62ee60a76c
commit c1431c0971
2 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,7 @@ public interface Caption {
* Get the Adventure {@link ComponentLike} for this caption
*
* @param localeHolder Locale holder
* @return ComponentLike
* @return {@link ComponentLike}
* @since TODO
*/
@NonNull Component toComponent(@NonNull LocaleHolder localeHolder);