[ci skip] Correct upstream/paper javadoc (#8286)
This commit is contained in:
@@ -75,7 +75,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
|
||||
+ // Paper start
|
||||
+ /**
|
||||
+ * Removes a collection of entities from this team which results in one
|
||||
+ * Removes a collection of entities from this team which results in one
|
||||
+ * packet for the updates rather than a packet-per-entity.
|
||||
+ *
|
||||
+ * @param entities the entries to remove
|
||||
@@ -88,7 +88,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
+ * Removes a collection of entities from this team which results in one
|
||||
+ * Removes a collection of entities from this team which results in one
|
||||
+ * packet for the updates rather than a packet-per-entity.
|
||||
+ *
|
||||
+ * @param entities the entries to remove
|
||||
@@ -99,7 +99,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ boolean removeEntities(@NotNull java.util.Collection<org.bukkit.entity.Entity> entities) throws IllegalStateException, IllegalArgumentException;
|
||||
+
|
||||
+ /**
|
||||
+ * Removes a collection of entries from this team which results in one
|
||||
+ * Removes a collection of entries from this team which results in one
|
||||
+ * packet for the updates rather than a packet-per-entry.
|
||||
+ *
|
||||
+ * @param entries the entries to remove
|
||||
@@ -112,7 +112,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
+ * Removes a collection of entries from this team which results in one
|
||||
+ * Removes a collection of entries from this team which results in one
|
||||
+ * packet for the updates rather than a packet-per-entry.
|
||||
+ *
|
||||
+ * @param entries the entries to remove
|
||||
|
||||
Reference in New Issue
Block a user