package NET.worlds.scape; import NET.worlds.network.URL; public interface Iconic { URL getIconURL(); String getIconCaption(); }