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

enterprises.orbital.evekit.model.SDECache Maven / Gradle / Ivy

The newest version!
package enterprises.orbital.evekit.model;

import enterprises.orbital.evekit.sde.client.invoker.ApiException;
import enterprises.orbital.evekit.sde.client.model.InvCategory;
import enterprises.orbital.evekit.sde.client.model.InvGroup;
import enterprises.orbital.evekit.sde.client.model.InvType;

public interface SDECache {
  InvType getType(int typeID) throws ApiException;
  InvGroup getGroup(int groupID) throws ApiException;
  InvCategory getCategory(int categoryID) throws ApiException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy