java.lang.Object
gg.xp.xivsupport.events.state.combatstate.TickInfo

public class TickInfo extends Object
Timing info for DoT/HoT ticks
  • Constructor Details

  • Method Details

    • getNextTick

      public Instant getNextTick(Instant now)
    • getMsToNextTick

      public long getMsToNextTick(Instant now)
    • getPrevTick

      public Instant getPrevTick(Instant now)
    • getMsFromLastTick

      public long getMsFromLastTick(Instant now)
    • getIntervalMs

      public int getIntervalMs()