All Downloads are FREE. Search and download functionalities are using the official Maven repository.

enterprises.orbital.evexmlapi.map.IMapAPI Maven / Gradle / Ivy

package enterprises.orbital.evexmlapi.map;

import java.io.IOException;
import java.util.Collection;

import enterprises.orbital.evexmlapi.IResponse;

public interface IMapAPI extends IResponse {

	public Collection requestFacWarSystems() throws IOException;

	public IMapJump requestJumps() throws IOException;

	public IMapKill requestKills() throws IOException;

	public ISovereignty requestSovereignty() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy