energyTycoon.powerStation
Class WindMachine
java.lang.Object
energyTycoon.powerStation.EnergyProviderBuilding
energyTycoon.powerStation.PowerStation
energyTycoon.powerStation.WindMachine
public class WindMachine
- extends PowerStation
Methods inherited from class energyTycoon.powerStation.PowerStation |
askChangeUseRate, compute, computeName, computeRenovationPrice, getBuildingRate, getMaintenancePrice, getName, getPollution, getProduction, getUseRate, isBuilt, isJustBuilt, networkCreateDefinition, setId, setName, setPollution, setProduction, setUsePrice, setUseRate, update |
Methods inherited from class energyTycoon.powerStation.EnergyProviderBuilding |
askRestore, askUpdate, computeMonthlyUsePrice, explode, getConstructionDate, getGeneration, getId, getLastRenovationDate, getLife, getLifeTime, getMonthlyUsePrice, getPowerStationType, getRenovationPrice, restore, setClient, setPowerStationType, setServer |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindMachine
public WindMachine(ServerGame server,
int stationId,
FullPlayer player,
PowerStationType powerStationType)
WindMachine
public WindMachine(ClientGame client,
int stationId,
FullPlayer player,
PowerStationType powerStationType)
computeProduction
public void computeProduction()
- Specified by:
computeProduction
in class PowerStation
isBinaryUseRate
public boolean isBinaryUseRate()
- Overrides:
isBinaryUseRate
in class PowerStation
computeMaintenancePrice
public void computeMaintenancePrice()
- Specified by:
computeMaintenancePrice
in class PowerStation
computePollution
public void computePollution()
- Specified by:
computePollution
in class PowerStation
testDead
public void testDead()
- Specified by:
testDead
in class PowerStation