001 package cpw.mods.fml.common.network; 002 003 /** 004 * 005 * @author cpw 006 * 007 */ 008 public interface Player 009 { 010 011 }