java.lang.Object
gg.xp.xivsupport.events.misc.pulls.Pull

public class Pull extends Object
  • Constructor Details

  • Method Details

    • getPullNum

      public int getPullNum()
    • getStart

      @NotNull public @NotNull Event getStart()
    • getCombatStart

      @Nullable public @Nullable Event getCombatStart()
    • getEnd

      @Nullable public @Nullable Event getEnd()
    • getZone

      @Nullable public @Nullable XivZone getZone()
    • getPlayers

      @NotNull public @NotNull List<XivPlayerCharacter> getPlayers()
    • getEnemies

      @NotNull public @NotNull List<XivCombatant> getEnemies()
    • addPlayer

      public void addPlayer(XivPlayerCharacter player)
    • addEnemy

      public void addEnemy(XivCombatant enemy)
    • startTime

      @NotNull public @NotNull Instant startTime()
    • combatStartTime

      @Nullable public @Nullable Instant combatStartTime()
    • endTime

      @Nullable public @Nullable Instant endTime()
    • getDuration

      @NotNull public @NotNull Duration getDuration()
    • getCombatDuration

      @Nullable public @Nullable Duration getCombatDuration()
    • getStatus

      public PullStatus getStatus()