Better javadoc

Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
This commit is contained in:
Jordan 2022-01-28 21:24:07 +01:00
parent b630baef55
commit f45fb8fd6f

View File

@ -94,7 +94,7 @@ public class ChunkUtil {
} }
/** /**
* Gets the y coordinate for specific I and J values for a Chunk 16x16x16x16 layerxyz Array[N][4096]. * Gets the y coordinate for specific I and J values for a Chunk Nx16x16x16 layerxyz Array[N][4096].
* *
* @param i Relative layer of the position in the layerxyz Array[16][4096]. May be negative. * @param i Relative layer of the position in the layerxyz Array[16][4096]. May be negative.
* @param j Position in the xyz Array[4096]. * @param j Position in the xyz Array[4096].