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

enterprises.orbital.evexmlapi.crp.IOutpost Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package enterprises.orbital.evexmlapi.crp;

import com.fasterxml.jackson.databind.annotation.JsonSerialize;

@JsonSerialize(
    as = IOutpost.class)
public interface IOutpost {
  public long getStationID();

  public long getOwnerID();

  public String getStationName();

  public int getSolarSystemID();

  public double getDockingCostPerShipVolume();

  public double getOfficeRentalCost();

  public int getStationTypeID();

  public double getReprocessingEfficiency();

  public double getReprocessingStationTake();

  public long getStandingOwnerID();

  public long getX();

  public long getY();

  public long getZ();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy