Enum Class CbEventType

java.lang.Object
java.lang.Enum<CbEventType>
gg.xp.xivsupport.timelines.cbevents.CbEventType
All Implemented Interfaces:
Serializable, Comparable<CbEventType>, Constable

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

    • GameLog

      public static final CbEventType GameLog
    • StartsUsing

      public static final CbEventType StartsUsing
    • Ability

      public static final CbEventType Ability
    • InCombat

      public static final CbEventType InCombat
    • SystemLogMessage

      public static final CbEventType SystemLogMessage
    • AddedCombatant

      public static final CbEventType AddedCombatant
    • RemovedCombatant

      public static final CbEventType RemovedCombatant
    • NameToggle

      public static final CbEventType NameToggle
    • ActorControl

      public static final CbEventType ActorControl
    • GainsEffect

      public static final CbEventType GainsEffect
    • MapEffect

      public static final CbEventType MapEffect
    • NetworkCancelAbility

      public static final CbEventType NetworkCancelAbility
    • HeadMarker

      public static final CbEventType HeadMarker
    • WasDefeated

      public static final CbEventType WasDefeated
    • NpcYell

      public static final CbEventType NpcYell
    • BattleTalk2

      public static final CbEventType BattleTalk2
    • ActorControlExtra

      public static final CbEventType ActorControlExtra
    • ActorControlSelfExtra

      public static final CbEventType ActorControlSelfExtra
  • Method Details

    • values

      public static CbEventType[] 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 CbEventType 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
    • eventType

      public Class<? extends Event> eventType()
    • make

      public Predicate<Event> make(Map<String,List<String>> values)
      Make a combined predicate based on the map of values.
      Parameters:
      values - The values
      Returns:
      The combined predicate
    • displayName

      public String displayName()
    • getFieldMappings

      public List<CbfMap<?>> getFieldMappings()