Uses of Class
it.polimi.ingsw.model.God
-
Packages that use God Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of God in it.polimi.ingsw.model
Methods in it.polimi.ingsw.model that return God Modifier and Type Method Description God
Action. getGod()
Get the last god that changed this actionGod
Player. getGod()
Get player's godstatic God
God. strConverter(String input)
static God
God. valueOf(String name)
Returns the enum constant of this type with the specified name.static God[]
God. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in it.polimi.ingsw.model that return types with arguments of type God Modifier and Type Method Description ArrayList<God>
Game. getGodList()
Get a copy of Gods used in this gameMethods in it.polimi.ingsw.model with parameters of type God Modifier and Type Method Description void
Action. setGod(God god)
Set the last god that changed this actionvoid
Game. setGod(God god)
Set the god for the current playervoid
Player. setGod(God god)
Set player's godvoid
Game. setGodList(God god)
Set gods to use in this game (one god at the time)
-