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.ZombieSoundIsoZombie.ZombieSound.fromIndex(int int0) static IsoZombie.ZombieSoundReturns 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 voidGameServer.sendZombieSound(IsoZombie.ZombieSound zombieSound, IsoZombie zombie0)