geforkt von Mirrors/Paper
Add missing NotNull annotation for getChunksAtAsync cb param
Dieser Commit ist enthalten in:
Ursprung
70ccc97b36
Commit
c4ea377273
@ -203,7 +203,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ * @see Chunk
|
||||
+ */
|
||||
+ 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}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren