Uses of Enum Class
zombie.characters.IsoZombie.ZombieSound
Packages that use IsoZombie.ZombieSound
-
Uses of IsoZombie.ZombieSound in zombie.characters
Subclasses with type arguments of type IsoZombie.ZombieSound in zombie.charactersMethods in zombie.characters that return IsoZombie.ZombieSoundModifier and TypeMethodDescriptionstatic IsoZombie.ZombieSound
IsoZombie.ZombieSound.fromIndex
(int index) static IsoZombie.ZombieSound
Returns the enum constant of this class with the specified name.static IsoZombie.ZombieSound[]
IsoZombie.ZombieSound.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of IsoZombie.ZombieSound in zombie.network
Methods in zombie.network with parameters of type IsoZombie.ZombieSoundModifier and TypeMethodDescriptionstatic void
GameServer.sendZombieSound
(IsoZombie.ZombieSound sound, IsoZombie zombie)