13
0
geforkt von Mirrors/Paper

Add missing NotNull annotation for getChunksAtAsync cb param

Dieser Commit ist enthalten in:
Spottedleaf 2024-11-18 22:58:46 -08:00
Ursprung 70ccc97b36
Commit c4ea377273

Datei anzeigen

@ -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}