Class Hephaestus

java.lang.Object
it.polimi.ingsw.server.controller.god.God
it.polimi.ingsw.server.controller.god.Hephaestus

public class Hephaestus
extends God
Represents the card of the God Demeter. Allows to follow the instructions and to apply the effect of this specific God.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.String description  

    Fields inherited from class it.polimi.ingsw.server.controller.god.God

    godController
  • Constructor Summary

    Constructors 
    Constructor Description
    Hephaestus​(GodController godController)  
  • Method Summary

    Modifier and Type Method Description
    void evolveTurn​(Worker worker)
    This method calls the sequence of actions that can be done by the player who owns Hephaestus.
    java.lang.String getDescription()  
    GodController getGodController()  

    Methods inherited from class it.polimi.ingsw.server.controller.god.God

    build, move, toString, updateBuildMap, updateMoveMap, win

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait