001 package cpw.mods.fml.relauncher; 002 003 public interface IClassTransformer 004 { 005 public byte[] transform(String name, byte[] bytes); 006 }