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

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

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 long 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 - 2025 Weber Informatics LLC | Privacy Policy