mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-10 07:48:29 -04:00
fix comment in Chunk.java
This commit is contained in:
parent
21d2c7c69d
commit
f4f244db3b
@ -18,7 +18,7 @@ import de.bixilon.minosoft.game.datatypes.blocks.Block;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Collection of 16 chunks
|
* Collection of 16 chunks nibbles
|
||||||
*/
|
*/
|
||||||
public class Chunk {
|
public class Chunk {
|
||||||
private final HashMap<Byte, ChunkNibble> chunks;
|
private final HashMap<Byte, ChunkNibble> chunks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user