Uses of Class
edu.uw.calebcha.hvz.HvZGame
-
Uses of HvZGame in edu.uw.calebcha.hvz
Methods in edu.uw.calebcha.hvz that return HvZGame Modifier and Type Method Description HvZGame
HvZPlayer. getGame()
Get the game this HvZPlayer is in.Methods in edu.uw.calebcha.hvz that return types with arguments of type HvZGame Modifier and Type Method Description java.util.List<HvZGame>
GameRegistry. getGames()
Gets GameRegistry's stored games.Constructors in edu.uw.calebcha.hvz with parameters of type HvZGame Constructor Description HumanPlayer(org.bukkit.entity.Player player, HvZGame game)
Creates HumanPlayer wrapping a Bukkit Player.HvZPlayer(org.bukkit.entity.Player player, HvZGame game)
Creates a Humans vs Zombies player from a Bukkit Player.ZombiePlayer(org.bukkit.entity.Player player, HvZGame game)
Creates ZombiePlayer wrapping a Bukkit Player.