Uses of Class
edu.uw.calebcha.hvz.HumanPlayer
-
Uses of HumanPlayer in edu.uw.calebcha.hvz
Methods in edu.uw.calebcha.hvz that return types with arguments of type HumanPlayer Modifier and Type Method Description java.util.Map<org.bukkit.entity.Player,HumanPlayer>
HvZGraveyard. getPlayermap()
Gets the map storing the HumanPlayersMethods in edu.uw.calebcha.hvz with parameters of type HumanPlayer Modifier and Type Method Description boolean
HvZGraveyard. contains(HumanPlayer player)
Checks if HumanPlayer is in graveyard.void
HvZGraveyard. put(HumanPlayer humanPlayer)
Puts entry Player, HumanPlayer to registry.Constructors in edu.uw.calebcha.hvz with parameters of type HumanPlayer Constructor Description ZombiePlayer(HumanPlayer player)
Creates a ZombiePlayer from a HumanPlayer.