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