java.lang.Object
com.pixelmonmod.pixelmon.api.battles.animation.schedule.time.NoBattleAnimationTime
All Implemented Interfaces:
BattleAnimationTime

public final class NoBattleAnimationTime extends Object implements BattleAnimationTime
Timeline time used when an action has no explicit start or end value.
  • Field Details

  • Method Details

    • resolve

      public int resolve(Map<String,Integer> markers)
      Description copied from interface: BattleAnimationTime
      Resolves this time against a marker map.
      Specified by:
      resolve in interface BattleAnimationTime
      Parameters:
      markers - the available timeline markers
      Returns:
      the resolved tick, or -1 for no explicit time