From 9d331cd3d19e23cddb22f1a3f520e4750bc6c553 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Thu, 21 Dec 2023 16:26:08 -0500 Subject: [PATCH] Document return value --- .../java/com/github/jikoo/regionerator/world/RegionInfo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/github/jikoo/regionerator/world/RegionInfo.java b/src/main/java/com/github/jikoo/regionerator/world/RegionInfo.java index 2d54b9c..868e14b 100644 --- a/src/main/java/com/github/jikoo/regionerator/world/RegionInfo.java +++ b/src/main/java/com/github/jikoo/regionerator/world/RegionInfo.java @@ -44,6 +44,7 @@ protected RegionInfo(@NotNull WorldInfo world, int lowestChunkX, int lowestChunk /** * Reads the RegionInfo into memory. * + * @return true if the RegionInfo was read successfully * @throws IOException if there is an error reading the RegionInfo */ public abstract boolean read() throws IOException;