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 GodAction. getGod()Get the last god that changed this actionGodPlayer. getGod()Get player's godstatic GodGod. strConverter(String input)static GodGod. 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 voidAction. setGod(God god)Set the last god that changed this actionvoidGame. setGod(God god)Set the god for the current playervoidPlayer. setGod(God god)Set player's godvoidGame. setGodList(God god)Set gods to use in this game (one god at the time)
-