mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-23 16:56:31 +01:00
Implemented snapshot support for 1.2.
By: Mike Primm <mike@primmhome.com>
This commit is contained in:
parent
d94ce50c98
commit
d500e97598
1 changed files with 7 additions and 0 deletions
|
@ -111,4 +111,11 @@ public interface ChunkSnapshot {
|
|||
* @return time in ticks
|
||||
*/
|
||||
long getCaptureFullTime();
|
||||
|
||||
/**
|
||||
* Test if section is empty
|
||||
* @param sy - section Y coordinate (block Y / 16)
|
||||
* @return true if empty, false if not
|
||||
*/
|
||||
boolean isSectionEmpty(int sy);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue