Uses of Class
net.troja.eve.esi.model.PlanetHead
-
Packages that use PlanetHead Package Description net.troja.eve.esi.model -
-
Uses of PlanetHead in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PlanetHead Modifier and Type Method Description PlanetHeadPlanetHead. headId(Integer headId)PlanetHeadPlanetHead. latitude(Float latitude)PlanetHeadPlanetHead. longitude(Float longitude)Methods in net.troja.eve.esi.model that return types with arguments of type PlanetHead Modifier and Type Method Description List<PlanetHead>PlanetExtractorDetails. getHeads()heads arrayMethods in net.troja.eve.esi.model with parameters of type PlanetHead Modifier and Type Method Description PlanetExtractorDetailsPlanetExtractorDetails. addHeadsItem(PlanetHead headsItem)Method parameters in net.troja.eve.esi.model with type arguments of type PlanetHead Modifier and Type Method Description PlanetExtractorDetailsPlanetExtractorDetails. heads(List<PlanetHead> heads)voidPlanetExtractorDetails. setHeads(List<PlanetHead> heads)
-