Uses of Class
zombie.ISoundSystem.InstanceFailAction

Packages that use ISoundSystem.InstanceFailAction
zombie   
 

Uses of ISoundSystem.InstanceFailAction in zombie
 

Methods in zombie that return ISoundSystem.InstanceFailAction
static ISoundSystem.InstanceFailAction ISoundSystem.InstanceFailAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ISoundSystem.InstanceFailAction[] ISoundSystem.InstanceFailAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zombie with parameters of type ISoundSystem.InstanceFailAction
 void ISoundSystem.setInstanceLimit(java.lang.String rootName, int limit, ISoundSystem.InstanceFailAction onFail)