1package net.minecraft.server; 2 3public interface IProgressUpdate { 4 5 void a(String s); 6 7 void b(String s); 8 9 void a(int i); 10}