aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGlare <[email protected]>2021-12-27 15:45:36 -0800
committerGitHub <[email protected]>2021-12-27 15:45:36 -0800
commit8f65f378cea357634d71c0e8f6ea5c26acaa123e (patch)
tree757dbcb0178f1ec58c8566cfb794437a0e6ea241
parent2cf4b82d7140a48cfd78ff089f1919e7d173915d (diff)
downloadPaper-8f65f378cea357634d71c0e8f6ea5c26acaa123e.tar.gz
Paper-8f65f378cea357634d71c0e8f6ea5c26acaa123e.zip
[ci skip] Fix typo in getNearbyLivingEntities documentation (#7205)
-rw-r--r--patches/api/0098-Additional-world.getNearbyEntities-API-s.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/patches/api/0098-Additional-world.getNearbyEntities-API-s.patch b/patches/api/0098-Additional-world.getNearbyEntities-API-s.patch
index fb76008797..3234802312 100644
--- a/patches/api/0098-Additional-world.getNearbyEntities-API-s.patch
+++ b/patches/api/0098-Additional-world.getNearbyEntities-API-s.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Additional world.getNearbyEntities API's
Provides more methods to get nearby entities, and filter by types and predicates
diff --git a/src/main/java/org/bukkit/World.java b/src/main/java/org/bukkit/World.java
-index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c1690b178777 100644
+index cec39714294127478b6e73452354ba7ccab78b25..bd1e64d03d601d55bab3f1de367792544ed802b1 100644
--- a/src/main/java/org/bukkit/World.java
+++ b/src/main/java/org/bukkit/World.java
@@ -1,6 +1,9 @@
@@ -25,7 +25,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ // Paper start
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param radius Radius
+ * @return the collection of entities near location. This will always be a non-null collection.
@@ -36,7 +36,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ }
+
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param xzRadius X/Z Radius
+ * @param yRadius Y Radius
@@ -48,7 +48,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ }
+
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param xRadius X Radius
+ * @param yRadius Y Radius
@@ -61,7 +61,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ }
+
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param radius X Radius
+ * @param predicate a predicate used to filter results
@@ -73,7 +73,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ }
+
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param xzRadius X/Z Radius
+ * @param yRadius Y Radius
@@ -86,7 +86,7 @@ index cec39714294127478b6e73452354ba7ccab78b25..e8b94ae777cad907dbb31c9ea5a3c169
+ }
+
+ /**
-+ * Gets nearby players within the specified radius (bounding box)
++ * Gets nearby LivingEntities within the specified radius (bounding box)
+ * @param loc Center location
+ * @param xRadius X Radius
+ * @param yRadius Y Radius