geforkt von Mirrors/Paper
[ci skip] Fix typo in getNearbyLivingEntities documentation (#7205)
Dieser Commit ist enthalten in:
Ursprung
c885b21024
Commit
b63215914a
@ -25,7 +25,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
|
|
||||||
+ // Paper start
|
+ // 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 loc Center location
|
||||||
+ * @param radius Radius
|
+ * @param radius Radius
|
||||||
+ * @return the collection of entities near location. This will always be a non-null collection.
|
+ * @return the collection of entities near location. This will always be a non-null collection.
|
||||||
@ -36,7 +36,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets nearby players within the specified radius (bounding box)
|
+ * Gets nearby LivingEntities within the specified radius (bounding box)
|
||||||
+ * @param loc Center location
|
+ * @param loc Center location
|
||||||
+ * @param xzRadius X/Z Radius
|
+ * @param xzRadius X/Z Radius
|
||||||
+ * @param yRadius Y Radius
|
+ * @param yRadius Y Radius
|
||||||
@ -48,7 +48,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets nearby players within the specified radius (bounding box)
|
+ * Gets nearby LivingEntities within the specified radius (bounding box)
|
||||||
+ * @param loc Center location
|
+ * @param loc Center location
|
||||||
+ * @param xRadius X Radius
|
+ * @param xRadius X Radius
|
||||||
+ * @param yRadius Y Radius
|
+ * @param yRadius Y Radius
|
||||||
@ -61,7 +61,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets nearby players within the specified radius (bounding box)
|
+ * Gets nearby LivingEntities within the specified radius (bounding box)
|
||||||
+ * @param loc Center location
|
+ * @param loc Center location
|
||||||
+ * @param radius X Radius
|
+ * @param radius X Radius
|
||||||
+ * @param predicate a predicate used to filter results
|
+ * @param predicate a predicate used to filter results
|
||||||
@ -73,7 +73,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets nearby players within the specified radius (bounding box)
|
+ * Gets nearby LivingEntities within the specified radius (bounding box)
|
||||||
+ * @param loc Center location
|
+ * @param loc Center location
|
||||||
+ * @param xzRadius X/Z Radius
|
+ * @param xzRadius X/Z Radius
|
||||||
+ * @param yRadius Y Radius
|
+ * @param yRadius Y Radius
|
||||||
@ -86,7 +86,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Gets nearby players within the specified radius (bounding box)
|
+ * Gets nearby LivingEntities within the specified radius (bounding box)
|
||||||
+ * @param loc Center location
|
+ * @param loc Center location
|
||||||
+ * @param xRadius X Radius
|
+ * @param xRadius X Radius
|
||||||
+ * @param yRadius Y Radius
|
+ * @param yRadius Y Radius
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren