package net.minecraft.server;

public interface IAsyncChunkSaver {

    boolean a();
}
