Package megamek.server
Class GeyserProcessor
java.lang.Object
megamek.server.DynamicTerrainProcessor
megamek.server.GeyserProcessor
This class allows for dynamic Geysers to be added to maps which will go off every few turns.
-
Field Summary
Fields inherited from class megamek.server.DynamicTerrainProcessor
gameManager -
Constructor Summary
ConstructorsConstructorDescriptionGeyserProcessor(TWGameManager gameManager) Create a new GeyserProcessor for the given server. -
Method Summary
Modifier and TypeMethodDescriptionvoiddoEndPhaseChanges(Vector<Report> vPhaseReport) Process terrain changes in the end phase
-
Constructor Details
-
GeyserProcessor
Create a new GeyserProcessor for the given server.- Parameters:
gameManager- the game manager for which this runs.
-
-
Method Details
-
doEndPhaseChanges
Description copied from class:DynamicTerrainProcessorProcess terrain changes in the end phase- Specified by:
doEndPhaseChangesin classDynamicTerrainProcessor- Parameters:
vPhaseReport- reports for the server to send out
-