Skip to content

Commit 179a83a

Browse files
committed
Fix javadoc
1 parent d534bfd commit 179a83a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/core-xplat/src/main/java/com/kneelawk/graphlib/api/util/ChunkSectionUnloadTimer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public class ChunkSectionUnloadTimer extends ChunkUnloadTimer {
2727
/**
2828
* Constructs a chunk section unload timer.
2929
*
30-
* @param bottomSectionCoord the section coordinate of the bottom of the world ({@link Level#getMinSection()}).
31-
* @param topSectionCoord the section coordinate of the top of the world ({@link Level#getMaxSection()}).
30+
* @param bottomSectionCoord the section coordinate of the bottom of the world ({@link Level#getMinSectionY()}).
31+
* @param topSectionCoord the section coordinate of the top of the world ({@link Level#getMaxSectionY()}).
3232
* @param maxAge the maximum age chunks sections are allowed to be before they're unloaded.
3333
*/
3434
public ChunkSectionUnloadTimer(int bottomSectionCoord, int topSectionCoord, long maxAge) {

0 commit comments

Comments
 (0)