Class LinearTranslationAnimation

java.lang.Object
me.c7dev.dexterity.displays.animation.Animation
me.c7dev.dexterity.displays.animation.LinearTranslationAnimation

public class LinearTranslationAnimation extends Animation
  • Constructor Details

    • LinearTranslationAnimation

      public LinearTranslationAnimation(DexterityDisplay display, int ticks, org.bukkit.Location end_loc)
  • Method Details

    • getStartLocation

      public org.bukkit.Location getStartLocation()
    • getEndLocation

      public org.bukkit.Location getEndLocation()
    • reset

      public void reset()
      Overrides:
      reset in class Animation