fix? #5222
This commit is contained in:
@@ -2315,7 +2315,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
* @return The title.
|
||||
*/
|
||||
@NotNull
|
||||
+ public abstract net.kyori.adventure.text.Component title();
|
||||
+ public /*abstract*/ net.kyori.adventure.text.Component title() {
|
||||
+ return net.kyori.adventure.text.serializer.legacy.LegacyComponentSerializer.legacySection().deserialize(this.getTitle());
|
||||
+ }
|
||||
+ // Paper end
|
||||
+
|
||||
+ /**
|
||||
|
||||
Reference in New Issue
Block a user