Class CustomsInspectionGenerateResult.CargoInspectionResult
java.lang.Object
com.fs.starfarer.api.impl.campaign.rulecmd.CustomsInspectionGenerateResult.CargoInspectionResult
- Enclosing class:
- CustomsInspectionGenerateResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getType()
void
setIllegalFound
(CargoAPI illegalFound) void
setLegalFound
(CargoAPI legalFound) void
setTollAmount
(float tollAmount) void
-
Constructor Details
-
CargoInspectionResult
public CargoInspectionResult()
-
-
Method Details
-
getTollAmount
public float getTollAmount() -
setTollAmount
public void setTollAmount(float tollAmount) -
getType
-
setType
-
getLegalFound
-
setLegalFound
-
getIllegalFound
-
setIllegalFound
-