|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Engine
| Method Summary | |
|---|---|
java.lang.Double |
gasComsumedByEngine()
|
java.lang.Double |
getMaxPotency()
|
java.lang.Double |
getPotency()
|
java.lang.Double |
getWeightAirplaneRecomended()
|
java.lang.Double |
RPM()
|
void |
setMaxPotency(java.lang.Double MAX_POTENCY)
Set MAX POTENCY that this Engine suport. |
void |
setPotency(java.lang.Double potency)
Set the the current Engine potency. |
void |
setTankLink(FuelTank fuelTank)
Set the FuelTank associed with this Engine. |
void |
setWeightAirplaneRecomended(java.lang.Double weightRecomended)
Set the total weight recomended for this Engine. |
| Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorldSetable |
|---|
setObjectHeight, setObjectWeight, setObjectWidth |
| Methods inherited from interface games.simulation.flayer.interfaces.objectsFamily.objectsWorld.ObjectsWorld |
|---|
area, getObjectHeight, getObjectWeight, getObjectWidth |
| Method Detail |
|---|
void setPotency(java.lang.Double potency)
potency - java.lang.Double getPotency()
void setMaxPotency(java.lang.Double MAX_POTENCY)
MAX_POTENCY - java.lang.Double getMaxPotency()
java.lang.Double gasComsumedByEngine()
java.lang.Double RPM()
void setWeightAirplaneRecomended(java.lang.Double weightRecomended)
weightRecomended - java.lang.Double getWeightAirplaneRecomended()
void setTankLink(FuelTank fuelTank)
tank -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||