Added javadoc to BlueprintPaster's chunkLoadTime field

This commit is contained in:
Florian CUNY 2020-02-11 16:01:56 +01:00
parent 8c1050a018
commit cc0d981e62

View File

@ -61,6 +61,11 @@ public class BlueprintPaster {
CANCEL
}
/**
* Longest chunk loading time experienced when pasting an island.
* It is used to fine-tune the estimated pasting time.
* @since 1.11.1
*/
private static long chunkLoadTime = 0;
private static final String MINECRAFT = "minecraft:";