From c4ea3772737def904801e4a55bbc743e137c0d54 Mon Sep 17 00:00:00 2001 From: Spottedleaf <Spottedleaf@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:58:46 -0800 Subject: [PATCH] Add missing NotNull annotation for getChunksAtAsync cb param --- patches/api/Async-Chunks-API.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/api/Async-Chunks-API.patch b/patches/api/Async-Chunks-API.patch index 9bfa561371..757765112b 100644 --- a/patches/api/Async-Chunks-API.patch +++ b/patches/api/Async-Chunks-API.patch @@ -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}