add ChunkSizedFullDataAccessor toString()

This commit is contained in:
James Seibel
2023-05-07 17:53:41 -05:00
parent 64ebadea65
commit a2afe4de5f
@@ -50,4 +50,8 @@ public class ChunkSizedFullDataAccessor extends FullDataArrayAccessor
public DhLodPos getLodPos() { return new DhLodPos(LodUtil.CHUNK_DETAIL_LEVEL, this.pos.x, this.pos.z); }
@Override
public String toString() { return this.pos+" "+this.nonEmptyCount(); }
}