Uses of Enum Class
zombie.audio.parameters.ParameterMeleeHitSurface.Material
Packages that use ParameterMeleeHitSurface.Material
-
Uses of ParameterMeleeHitSurface.Material in zombie.audio.parameters
Subclasses with type arguments of type ParameterMeleeHitSurface.Material in zombie.audio.parametersMethods in zombie.audio.parameters that return ParameterMeleeHitSurface.MaterialModifier and TypeMethodDescriptionParameterMeleeHitSurface.getMaterialFromString(String material) Returns the enum constant of this class with the specified name.static ParameterMeleeHitSurface.Material[]ParameterMeleeHitSurface.Material.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.audio.parameters with parameters of type ParameterMeleeHitSurface.MaterialModifier and TypeMethodDescriptionvoidParameterMeleeHitSurface.setMaterial(ParameterMeleeHitSurface.Material material) -
Uses of ParameterMeleeHitSurface.Material in zombie.characters
Methods in zombie.characters with parameters of type ParameterMeleeHitSurface.MaterialModifier and TypeMethodDescriptionvoidIsoPlayer.setMeleeHitSurface(ParameterMeleeHitSurface.Material material) -
Uses of ParameterMeleeHitSurface.Material in zombie.network
Methods in zombie.network with parameters of type ParameterMeleeHitSurface.MaterialModifier and TypeMethodDescriptionstatic voidGameServer.sendCharacterSound(IsoGameCharacter chr, String soundName, byte flags, ParameterMeleeHitSurface.Material material)