add ChunkSizedFullDataAccessor toString()
This commit is contained in:
+4
@@ -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(); }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user