Enum ParameterZombieState.State

java.lang.Object
java.lang.Enum<ParameterZombieState.State>
zombie.audio.parameters.ParameterZombieState.State
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ParameterZombieState.State>, java.lang.constant.Constable
Enclosing class:
ParameterZombieState

public static enum ParameterZombieState.State
extends java.lang.Enum<ParameterZombieState.State>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant Description
    Attack  
    AttackBite  
    AttackLacerate  
    AttackScratch  
    Death  
    Eating  
    GettingUp  
    Hit  
    Idle  
    index  
    LockTarget  
    Pushed  
    Reanimate  
    RunOver  
    SearchTarget  
  • Method Summary

    Modifier and Type Method Description
    static ParameterZombieState.State valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static ParameterZombieState.State[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait