Enum Class LocalAnimEvent

java.lang.Object
java.lang.Enum<LocalAnimEvent>
zombie.core.skinnedmodel.advancedanimation.events.LocalAnimEvent
All Implemented Interfaces:
Serializable, Comparable<LocalAnimEvent>, Constable

public enum LocalAnimEvent extends Enum<LocalAnimEvent>
  • Enum Constant Details

    • ActiveAnimLoopedEvent

      public static final LocalAnimEvent ActiveAnimLoopedEvent
    • ActiveNonLoopedAnimFadeOutEvent

      public static final LocalAnimEvent ActiveNonLoopedAnimFadeOutEvent
    • ActiveAnimFinishingEvent

      public static final LocalAnimEvent ActiveAnimFinishingEvent
    • ActiveNonLoopedAnimFinishedEvent

      public static final LocalAnimEvent ActiveNonLoopedAnimFinishedEvent
    • NoAnimConditionsPass

      public static final LocalAnimEvent NoAnimConditionsPass
  • Method Details

    • values

      public static LocalAnimEvent[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LocalAnimEvent valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getAnimEvent

      public AnimEvent getAnimEvent()