mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 15:26:28 +00:00
Commands
This commit is contained in:
@@ -681,4 +681,8 @@ public class Chunk {
|
||||
level.put("Sections", sections);
|
||||
return data;
|
||||
}
|
||||
|
||||
public int sectionCount() {
|
||||
return sections.length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user