This commit is contained in:
Daniel Mills
2021-07-22 20:07:18 -04:00
parent 101d0212a7
commit 55c4e9635a
4 changed files with 122 additions and 0 deletions

View File

@@ -681,4 +681,8 @@ public class Chunk {
level.put("Sections", sections);
return data;
}
public int sectionCount() {
return sections.length;
}
}