Javadoc no fun

This commit is contained in:
dordsor21 2020-07-23 18:11:52 +01:00
parent 420e38bead
commit 2cfb646065
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -119,12 +119,12 @@ public class ChunkUtil {
} }
/** /**
* Returns true if the region pos1 -> pos2 contains the chunk * Returns true if the region pos1-pos2 contains the chunk
* *
* @param pos1 Region minimum point * @param pos1 Region minimum point
* @param pos2 Region maximum point * @param pos2 Region maximum point
* @param chunk BlockVector2 of chunk coordinates * @param chunk BlockVector2 of chunk coordinates
* @return true if the region pos1 -> pos2 contains the chunk * @return true if the region pos1-pos2 contains the chunk
*/ */
public static boolean isWholeChunk(Location pos1, Location pos2, BlockVector2 chunk) { public static boolean isWholeChunk(Location pos1, Location pos2, BlockVector2 chunk) {
int x1 = pos1.getX(); int x1 = pos1.getX();