package net.minecraft.server;

public interface IProgressUpdate {

    void a(String s);

    void c(String s);

    void a(int i);
}
