aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0005-Adventure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0005-Adventure.patch')
-rw-r--r--patches/api/0005-Adventure.patch11
1 files changed, 10 insertions, 1 deletions
diff --git a/patches/api/0005-Adventure.patch b/patches/api/0005-Adventure.patch
index 16cad963fc..f6719b30e8 100644
--- a/patches/api/0005-Adventure.patch
+++ b/patches/api/0005-Adventure.patch
@@ -4808,9 +4808,18 @@ index 083bb2c92a2c557e10b705b773ced97401586c3c..d5723e977d9a25701a4f387f1b26d241
/**
diff --git a/src/main/java/org/bukkit/scoreboard/Team.java b/src/main/java/org/bukkit/scoreboard/Team.java
-index 7b9a7890b25ca4bd95ab81f3181288bf79ed649c..e5a38e3568148170025e05c7ba69e8615f578047 100644
+index 7b9a7890b25ca4bd95ab81f3181288bf79ed649c..52e8be769d2e9b69e9833bc9a7fe39afd10c5095 100644
--- a/src/main/java/org/bukkit/scoreboard/Team.java
+++ b/src/main/java/org/bukkit/scoreboard/Team.java
+@@ -12,7 +12,7 @@ import org.jetbrains.annotations.Nullable;
+ * properties. This team is only relevant to the display of the associated
+ * {@link #getScoreboard() scoreboard}.
+ */
+-public interface Team {
++public interface Team extends net.kyori.adventure.audience.ForwardingAudience { // Paper - Make Team extend ForwardingAudience
+
+ /**
+ * Gets the name of this Team
@@ -23,13 +23,96 @@ public interface Team {
@NotNull
String getName();