mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Add missing NotNull annotation for getChunksAtAsync cb param
This commit is contained in:
@@ -203,7 +203,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ * @see Chunk
|
+ * @see Chunk
|
||||||
+ */
|
+ */
|
||||||
+ void getChunksAtAsync(final int minX, final int minZ, final int maxX, final int maxZ, final boolean urgent,
|
+ void getChunksAtAsync(final int minX, final int minZ, final int maxX, final int maxZ, final boolean urgent,
|
||||||
+ final Runnable cb);
|
+ final @NotNull Runnable cb);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Requests a {@link Chunk} to be loaded at the given {@link Location}
|
+ * Requests a {@link Chunk} to be loaded at the given {@link Location}
|
||||||
|
Reference in New Issue
Block a user