package net.minecraft.server; public interface IProgressUpdate { void a(String s); void b(String s); void a(int i); }