Add TODO to Column

This commit is contained in:
Final Child 2016-05-15 15:44:54 +09:00
parent 01d7ed04b3
commit 0817147b1a

View file

@ -1,5 +1,6 @@
package org.spacehq.mc.protocol.data.game.chunk;
//TODO: Chunk Data (0x20) now also sends all tile entities in the chunk (at the end of the packet)
public class Column {
private int x;
private int z;