mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Add TODO to Column
This commit is contained in:
parent
01d7ed04b3
commit
0817147b1a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue