mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 13:24:17 -07:00
Implemented snapshot support for 1.2.
By: Mike Primm <mike@primmhome.com>
This commit is contained in:
@@ -111,4 +111,11 @@ public interface ChunkSnapshot {
|
|||||||
* @return time in ticks
|
* @return time in ticks
|
||||||
*/
|
*/
|
||||||
long getCaptureFullTime();
|
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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user