File tree Expand file tree Collapse file tree
modules/core-xplat/src/main/java/com/kneelawk/graphlib/api/util Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments